Make WordPress Core


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

    r60495 r60535  
    191191
    192192/**
    193  * Register widget area.
     193 * Registers widget area.
    194194 *
    195195 * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar
     
    236236
    237237/**
    238  * Set the content width in pixels, based on the theme's design and stylesheet.
     238 * Sets the content width in pixels, based on the theme's design and stylesheet.
    239239 *
    240240 * Priority 0 to make it available to lower priority callbacks.
     
    292292
    293293/**
    294  * Fix skip link focus in IE11.
     294 * Fixes skip link focus in IE11.
    295295 *
    296296 * This does not enqueue the script because it is tiny and because it is only for IE11,
     
    312312
    313313/**
    314  * Enqueue supplemental block editor styles.
     314 * Enqueues supplemental block editor styles.
    315315 */
    316316function twentynineteen_editor_customizer_styles() {
     
    327327
    328328/**
    329  * Display custom color CSS in customizer and on frontend.
     329 * Displays custom color CSS in customizer and on frontend.
    330330 */
    331331function twentynineteen_colors_css_wrap() {
     
    387387
    388388/**
    389  * Register block patterns and pattern categories.
     389 * Registers block patterns and pattern categories.
    390390 *
    391391 * @since Twenty Nineteen 3.0
Note: See TracChangeset for help on using the changeset viewer.