@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\LinkRelBase;
* @MetatagTag(
* id = "google_plus_author",
* label = @Translation("Author"),
* description = @Translation("Used by some search engines to confirm authorship of the content on a page. Should be either the full URL for the author's Google+ profile page or a local page with information about the author."),
* description = @Translation("DEPRECATED, use Advanced-Author instead."),
* name = "author",
* group = "google_plus",
* weight = 4,
@@ -18,6 +18,10 @@ use Drupal\metatag\Plugin\metatag\Tag\LinkRelBase;
* secure = FALSE,
* multiple = FALSE
* )
*
* @deprecated in metatag:8.x-1.20 and is removed from metatag:2.0.0. No replacement is provided.