Make WordPress Core


Ignore:
Timestamp:
07/26/2025 03:55:15 PM (9 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.

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.