Make WordPress Core


Ignore:
Timestamp:
07/31/2025 08:46:03 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Twenty Sixteen: 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/twentysixteen/functions.php

    r60455 r60527  
    33 * Twenty Sixteen functions and definitions
    44 *
    5  * Set up the theme and provides some helper functions, which are used in the
     5 * Sets up the theme and provides some helper functions, which are used in the
    66 * theme as custom template tags. Others are attached to action and filter
    77 * hooks in WordPress to change core functionality.
     
    252252
    253253/**
    254  * Add preconnect for Google Fonts.
     254 * Adds preconnect for Google Fonts.
    255255 *
    256256 * @since Twenty Sixteen 1.6
     
    321321if ( ! function_exists( 'twentysixteen_fonts_url' ) ) :
    322322    /**
    323      * Register fonts for Twenty Sixteen.
     323     * Registers fonts for Twenty Sixteen.
    324324     *
    325325     * Create your own twentysixteen_fonts_url() function to override in a child theme.
     
    447447
    448448/**
    449  * Enqueue styles for the block-based editor.
     449 * Enqueues styles for the block-based editor.
    450450 *
    451451 * @since Twenty Sixteen 1.6
     
    531531
    532532/**
    533  * Register block patterns and pattern categories.
     533 * Registers block patterns and pattern categories.
    534534 *
    535535 * @since Twenty Sixteen 3.4
     
    547547
    548548/**
    549  * Add custom image sizes attribute to enhance responsive image functionality
     549 * Adds custom image sizes attribute to enhance responsive image functionality
    550550 * for content images
    551551 *
     
    581581
    582582/**
    583  * Add custom image sizes attribute to enhance responsive image functionality
     583 * Adds custom image sizes attribute to enhance responsive image functionality
    584584 * for post thumbnails
    585585 *
Note: See TracChangeset for help on using the changeset viewer.