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/custom-css.php

    r56783 r60536  
    1111
    1212    /**
    13      * Generate CSS.
     13     * Generates CSS.
    1414     *
    1515     * @since Twenty Twenty 1.0
     
    4949
    5050    /**
    51      * Get CSS Built from Customizer Options.
    52      * Build CSS reflecting colors, fonts and other options set in the Customizer, and return them for output.
     51     * Gets CSS Built from Customizer Options.
     52     * Builds CSS reflecting colors, fonts and other options set in the Customizer, and returns them for output.
    5353     *
    5454     * @since Twenty Twenty 1.0
Note: See TracChangeset for help on using the changeset viewer.