fix phpdocs

This commit is contained in:
André Menrath 2023-11-22 18:45:14 +01:00
parent d4ea449d3d
commit 1483499c75

View file

@ -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