Commit 368021aa authored by Neslee Canil Pinto's avatar Neslee Canil Pinto Committed by Damien McKenna
Browse files

Issue #3134665 by Neslee Canil Pinto, rokzabukovec: Correct description of OgImageWidth.php file.

parent 53ceffeb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
  license identifier.
#3130250 by Andrew Gorokhovets: Typo in the comment class name
  (MetatagViewsTranslationForm).
#3134665 by Neslee Canil Pinto, rokzabukovec: Correct description of
  OgImageWidth.php file.


Metatag 8.x-1.13, 2020-04-21
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
 * @MetatagTag(
 *   id = "og_image_width",
 *   label = @Translation("Image width"),
 *   description = @Translation("The height of the above image(s). Note: if both the unsecured and secured images are provided, they should both be the same size."),
 *   description = @Translation("The width of the above image(s). Note: if both the unsecured and secured images are provided, they should both be the same size."),
 *   name = "og:image:width",
 *   group = "open_graph",
 *   weight = 13,