Make WordPress Core


Ignore:
Timestamp:
08/03/2025 03:25:29 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Use third-person singular verbs for function descriptions.

Reference: PHP Documentation Standards: Documenting Tips.

Props vladimiraus, mukesh27, SergeyBiryukov.
See #63692.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php

    r60483 r60536  
    170170 * Filters comment reply link to not JS scroll.
    171171 *
    172  * Filter the comment reply link to add a class indicating it should not use JS slow-scroll, as it
     172 * Filters the comment reply link to add a class indicating it should not use JS slow-scroll, as it
    173173 * makes it scroll to the wrong position on the page.
    174174 *
     
    539539 * Filters classes of wp_list_pages items to match menu items.
    540540 *
    541  * Filter the class applied to wp_list_pages() items with children to match the menu class, to simplify.
     541 * Filters the class applied to wp_list_pages() items with children to match the menu class, to simplify
    542542 * styling of sub levels in the fallback. Only applied if the match_menu_classes argument is set.
    543543 *
Note: See TracChangeset for help on using the changeset viewer.