Make WordPress Core

Changeset 60514


Ignore:
Timestamp:
07/26/2025 03:55:15 PM (8 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twelve: Use third-person singular verbs for some more function descriptions.

Reference: PHP Documentation Standards: Documenting Tips.

Follow-up to [60508].

See #63692.

Location:
trunk/src/wp-content/themes/twentytwelve
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwelve/functions.php

    r60508 r60514  
    568568
    569569/**
    570  * Extend the default WordPress body classes.
     570 * Extends the default WordPress body classes.
    571571 *
    572572 * Extends the default WordPress body class to denote:
     
    624624
    625625/**
    626  * Adjust content width in certain contexts.
     626 * Adjusts content width in certain contexts.
    627627 *
    628628 * Adjusts content_width value for full-width and single image attachment
     
    675675
    676676/**
    677  * Render the site title for the selective refresh partial.
     677 * Renders the site title for the selective refresh partial.
    678678 *
    679679 * @since Twenty Twelve 2.0
     
    688688
    689689/**
    690  * Render the site tagline for the selective refresh partial.
     690 * Renders the site tagline for the selective refresh partial.
    691691 *
    692692 * @since Twenty Twelve 2.0
     
    733733if ( ! function_exists( 'wp_body_open' ) ) :
    734734    /**
    735      * Fire the wp_body_open action.
     735     * Fires the wp_body_open action.
    736736     *
    737737     * Added for backward compatibility to support pre-5.2.0 WordPress versions.
  • trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php

    r60508 r60514  
    4949
    5050/**
    51  * Load our special font CSS file.
     51 * Loads our special font CSS file.
    5252 *
    5353 * @since Twenty Twelve 1.2
     
    6262
    6363/**
    64  * Style the header text displayed on the blog.
     64 * Styles the header text displayed on the blog.
    6565 *
    6666 * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value.
     
    102102
    103103/**
    104  * Style the header image displayed on the Appearance > Header admin panel.
     104 * Styles the header image displayed on the Appearance > Header admin panel.
    105105 *
    106106 * @since Twenty Twelve 1.0
     
    142142
    143143/**
    144  * Output markup to be displayed on the Appearance > Header admin panel.
     144 * Outputs markup to be displayed on the Appearance > Header admin panel.
    145145 *
    146146 * This callback overrides the default markup displayed there.
     
    169169
    170170/**
    171  * Output markup to be displayed.
     171 * Outputs markup to be displayed.
    172172 *
    173173 * @since Twenty Twelve 4.1
Note: See TracChangeset for help on using the changeset viewer.