Make WordPress Core


Ignore:
Timestamp:
07/24/2025 02:22:46 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Twenty Ten: 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/twentyten/block-patterns.php

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