Make WordPress Core


Ignore:
Timestamp:
08/04/2025 08:53:04 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: 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/twentytwentyone/inc/block-patterns.php

    r56548 r60537  
    1313if ( function_exists( 'register_block_pattern_category' ) ) {
    1414    /**
    15      * Register Block Pattern Category.
     15     * Registers Block Pattern Category.
    1616     *
    1717     * @since Twenty Twenty-One 1.0
     
    3333if ( function_exists( 'register_block_pattern' ) ) {
    3434    /**
    35      * Register Block Pattern.
     35     * Registers Block Pattern.
    3636     *
    3737     * @since Twenty Twenty-One 1.0
Note: See TracChangeset for help on using the changeset viewer.