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/classes/class-twentytwenty-svg-icons.php

    r56547 r60536  
    1111    /**
    1212     * SVG ICONS CLASS
    13      * Retrieve the SVG code for the specified icon. Based on a solution in Twenty Nineteen.
     13     * Retrieves the SVG code for the specified icon. Based on a solution in Twenty Nineteen.
    1414     *
    1515     * @since Twenty Twenty 1.0
     
    1818        /**
    1919         * GET SVG CODE
    20          * Get the SVG code for the specified icon
     20         * Gets the SVG code for the specified icon.
    2121         *
    2222         * @since Twenty Twenty 1.0
     
    121121        /**
    122122         * ICON STORAGE
    123          * Store the code for all SVGs in an array.
     123         * Stores the code for all SVGs in an array.
    124124         *
    125125         * @since Twenty Twenty 1.0
Note: See TracChangeset for help on using the changeset viewer.