Make WordPress Core


Ignore:
Timestamp:
08/02/2025 01:26:26 PM (14 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/customizer.php

    r60478 r60535  
    99
    1010/**
    11  * Add postMessage support for site title and description for the Theme Customizer.
     11 * Adds postMessage support for site title and description for the Theme Customizer.
    1212 *
    1313 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
     
    106106
    107107/**
    108  * Render the site title for the selective refresh partial.
     108 * Renders the site title for the selective refresh partial.
    109109 *
    110110 * @return void
     
    115115
    116116/**
    117  * Render the site tagline for the selective refresh partial.
     117 * Renders the site tagline for the selective refresh partial.
    118118 *
    119119 * @return void
     
    124124
    125125/**
    126  * Bind JS handlers to instantly live-preview changes.
     126 * Binds JS handlers to instantly live-preview changes.
    127127 */
    128128function twentynineteen_customize_preview_js() {
     
    132132
    133133/**
    134  * Load dynamic logic for the customizer controls area.
     134 * Loads dynamic logic for the customizer controls area.
    135135 */
    136136function twentynineteen_panels_js() {
     
    140140
    141141/**
    142  * Sanitize custom color choice.
     142 * Sanitizes custom color choice.
    143143 *
    144144 * @param string $choice Whether image filter is active.
Note: See TracChangeset for help on using the changeset viewer.