Make WordPress Core


Ignore:
Timestamp:
08/02/2025 01:26:26 PM (11 months ago)
Author:
SergeyBiryukov
Message:

Twenty Nineteen: 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/twentynineteen/inc/template-tags.php

    r55276 r60535  
    203203if ( ! function_exists( 'twentynineteen_comment_form' ) ) :
    204204    /**
    205      * Documentation for function.
     205     * Displays the comment form.
    206206     */
    207207    function twentynineteen_comment_form( $order ) {
     
    219219if ( ! function_exists( 'twentynineteen_the_posts_navigation' ) ) :
    220220    /**
    221      * Documentation for function.
     221     * Displays the next and previous posts navigation.
    222222     */
    223223    function twentynineteen_the_posts_navigation() {
     
    242242if ( ! function_exists( 'wp_body_open' ) ) :
    243243    /**
    244      * Fire the wp_body_open action.
     244     * Fires the wp_body_open action.
    245245     *
    246246     * Added for backward compatibility to support pre-5.2.0 WordPress versions.
Note: See TracChangeset for help on using the changeset viewer.