fix phpdocs
This commit is contained in:
parent
d4ea449d3d
commit
1483499c75
1 changed files with 5 additions and 5 deletions
|
@ -62,22 +62,22 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
class Tribe extends \Activitypub\Transformer\Base {
|
class Tribe extends \Activitypub\Transformer\Base {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get widget name.
|
* Get transformer name.
|
||||||
*
|
*
|
||||||
* Retrieve oEmbed widget name.
|
* Retrieve the static and prefixed transformer name for this transformer.
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @access public
|
* @access public
|
||||||
* @return string Widget name.
|
* @return string Widget name.
|
||||||
*/
|
*/
|
||||||
public function get_name() {
|
public function get_name() {
|
||||||
return 'activitypub-tribe/tribe';
|
return 'activitypub-tribe-transformer/tribe';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get widget title.
|
* Get transformer title.
|
||||||
*
|
*
|
||||||
* Retrieve Transformer title.
|
* Retrieve the transformer title.
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @access public
|
* @access public
|
||||||
|
|
Loading…
Reference in a new issue