Make WordPress Core


Ignore:
Timestamp:
08/04/2025 08:53:04 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: 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/twentytwentyone/inc/template-functions.php

    r57277 r60537  
    5454
    5555/**
    56  * Add a pingback url auto-discovery header for single posts, pages, or attachments.
     56 * Adds a pingback url auto-discovery header for single posts, pages, or attachments.
    5757 *
    5858 * @since Twenty Twenty-One 1.0
     
    6868
    6969/**
    70  * Remove the `no-js` class from body if JS is supported.
     70 * Removes the `no-js` class from body if JS is supported.
    7171 *
    7272 * @since Twenty Twenty-One 1.0
     
    216216
    217217/**
    218  * Get custom CSS.
     218 * Gets custom CSS.
    219219 *
    220220 * Return CSS for non-latin language, if available, or null
     
    344344
    345345/**
    346  * Print the first instance of a block in the content, and then break away.
     346 * Prints the first instance of a block in the content, and then break away.
    347347 *
    348348 * @since Twenty Twenty-One 1.0
     
    407407
    408408/**
    409  * Retrieve protected post password form content.
     409 * Retrieves protected post password form content.
    410410 *
    411411 * @since Twenty Twenty-One 1.0
Note: See TracChangeset for help on using the changeset viewer.