Make WordPress Core


Ignore:
Timestamp:
08/04/2025 08:53:04 PM (12 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/classes/class-twenty-twenty-one-customize.php

    r56559 r60537  
    1717
    1818                /**
    19                  * Constructor. Instantiate the object.
     19                 * Constructor. Instantiates the object.
    2020                 *
    2121                 * @since Twenty Twenty-One 1.0
     
    2626
    2727                /**
    28                  * Register customizer options.
     28                 * Registers customizer options.
    2929                 *
    3030                 * @since Twenty Twenty-One 1.0
     
    145145
    146146                /**
    147                  * Sanitize boolean for checkbox.
     147                 * Sanitizes a boolean for checkbox.
    148148                 *
    149149                 * @since Twenty Twenty-One 1.0
     
    157157
    158158                /**
    159                  * Render the site title for the selective refresh partial.
     159                 * Renders the site title for the selective refresh partial.
    160160                 *
    161161                 * @since Twenty Twenty-One 1.0
     
    168168
    169169                /**
    170                  * Render the site tagline for the selective refresh partial.
     170                 * Renders the site tagline for the selective refresh partial.
    171171                 *
    172172                 * @since Twenty Twenty-One 1.0
Note: See TracChangeset for help on using the changeset viewer.