Make WordPress Core


Ignore:
Timestamp:
07/20/2022 01:19:51 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in block-template.php and block-template-utils.php.

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template.php

    r53593 r53728  
    3333
    3434/**
    35  * Find a block template with equal or higher specificity than a given PHP template file.
     35 * Finds a block template with equal or higher specificity than a given PHP template file.
    3636 *
    3737 * Internally, this communicates the block content that needs to be used by the template canvas through a global variable.
     
    119119
    120120/**
    121  * Return the correct 'wp_template' to render for the request template type.
     121 * Returns the correct 'wp_template' to render for the request template type.
    122122 *
    123123 * @access private
Note: See TracChangeset for help on using the changeset viewer.