Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:11:48 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Descriptive improvements and corrections for various docblocks.

See #53399

File:
1 edited

Legend:

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

    r51221 r51300  
    104104 * @since 5.8.0
    105105 *
    106  * @param string $id Template unique identifier (example: theme_slug//template_slug).
    107  * @param string $template_type wp_template.
    108  *
     106 * @param string $id            Template unique identifier (example: theme_slug//template_slug).
     107 * @param string $template_type Optional. The template type (post type). Default 'wp_template'.
    109108 * @return WP_Block_Template|null Template.
    110109 */
Note: See TracChangeset for help on using the changeset viewer.