Make WordPress Core


Ignore:
Timestamp:
07/29/2025 12:56:16 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Twenty Fifteen: 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/twentyfifteen/inc/customizer.php

    r56526 r60521  
    99
    1010/**
    11  * Add postMessage support for site title and description for the Customizer.
     11 * Adds postMessage support for site title and description for the Customizer.
    1212 *
    1313 * @since Twenty Fifteen 1.0
     
    114114
    115115/**
    116  * Render the site title for the selective refresh partial.
     116 * Renders the site title for the selective refresh partial.
    117117 *
    118118 * @since Twenty Fifteen 1.5
     
    127127
    128128/**
    129  * Render the site tagline for the selective refresh partial.
     129 * Renders the site tagline for the selective refresh partial.
    130130 *
    131131 * @since Twenty Fifteen 1.5
     
    140140
    141141/**
    142  * Register color schemes for Twenty Fifteen.
     142 * Registers color schemes for Twenty Fifteen.
    143143 *
    144144 * Can be filtered with {@see 'twentyfifteen_color_schemes'}.
     
    253253if ( ! function_exists( 'twentyfifteen_get_color_scheme' ) ) :
    254254    /**
    255      * Get the current Twenty Fifteen color scheme.
     255     * Gets the current Twenty Fifteen color scheme.
    256256     *
    257257     * @since Twenty Fifteen 1.0
     
    771771
    772772/**
    773  * Output an Underscore template for generating CSS for the color scheme.
     773 * Outputs an Underscore template for generating CSS for the color scheme.
    774774 *
    775775 * The template generates the css dynamically for instant display in the Customizer
Note: See TracChangeset for help on using the changeset viewer.