Make WordPress Core


Ignore:
Timestamp:
11/13/2023 11:11:54 AM (18 months ago)
Author:
SergeyBiryukov
Message:

Docs: Replace miscellaneous incorrect PHPDoc tags.

  • @contrib is not a valid tag.
  • @origin is not a valid tag.
  • @ref is not a valid tag.
  • @blessed is not a valid tag and doesn't convey any meaningful information.
  • @issue is not a valid tag.

Reference: PHP Documentation Standards: PHPDoc Tags.

Follow-up to [8852], [34754], [38832], [43808].

Props jrf.
See #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/inc/template-functions.php

    r56057 r57108  
    101101 * Adds custom 'sizes' attribute to responsive image functionality for post thumbnails.
    102102 *
    103  * @origin Twenty Nineteen 1.0
     103 * @since Twenty Nineteen 1.0
    104104 *
    105105 * @param string[] $attr Array of attribute values for the image markup, keyed by attribute name.
     
    164164 * for flyout and dropdown menus.
    165165 *
    166  * @ref https://www.w3.org/WAI/tutorials/menus/flyout/
     166 * @link https://www.w3.org/WAI/tutorials/menus/flyout/
     167 *
    167168 * @param array   $atts {
    168169 *     The HTML attributes applied to the menu item's `<a>` element, empty strings are ignored.
Note: See TracChangeset for help on using the changeset viewer.