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

    r51322 r60536  
    1010if ( ! function_exists( 'twentytwenty_the_theme_svg' ) ) {
    1111    /**
    12      * Output and Get Theme SVG.
    13      * Output and get the SVG markup for an icon in the TwentyTwenty_SVG_Icons class.
     12     * Outputs the SVG markup for an icon in the TwentyTwenty_SVG_Icons class.
    1413     *
    1514     * @since Twenty Twenty 1.0
     
    2726
    2827    /**
    29      * Get information about the SVG icon.
     28     * Gets information about the SVG icon.
    3029     *
    3130     * @since Twenty Twenty 1.0
Note: See TracChangeset for help on using the changeset viewer.