Make WordPress Core

Changeset 60507


Ignore:
Timestamp:
07/24/2025 02:42:29 PM (4 months ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Revert some documentation changes to use third-person singular verbs.

These are inline comments, not function descriptions.

Reference: PHP Documentation Standards: Documenting Tips.

Follow-up to [60505], [60506].

See #63692.

Location:
trunk/src/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/inc/block-patterns.php

    r60506 r60507  
    1212
    1313/**
    14  * Registers Block Pattern Category.
     14 * Register Block Pattern Category.
    1515 */
    1616if ( function_exists( 'register_block_pattern_category' ) ) {
     
    2323
    2424/**
    25  * Registers Block Patterns.
     25 * Register Block Patterns.
    2626 */
    2727if ( function_exists( 'register_block_pattern' ) ) {
  • trunk/src/wp-content/themes/twentyten/block-patterns.php

    r60505 r60507  
    1212
    1313/**
    14  * Registers Block Pattern Category.
     14 * Register Block Pattern Category.
    1515 */
    1616if ( function_exists( 'register_block_pattern_category' ) ) {
     
    2323
    2424/**
    25  * Registers Block Patterns.
     25 * Register Block Patterns.
    2626 */
    2727if ( function_exists( 'register_block_pattern' ) ) {
Note: See TracChangeset for help on using the changeset viewer.