Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (4 years ago)
Author:
desrosj
Message:

Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.

File:
1 edited

Legend:

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

    r51144 r51221  
    5757 *     @type int    $wp_id Post ID of customized template.
    5858 * }
    59  * @param string $template_type wp_template.
    60  *
    61  * @return array Templates.
     59 * @param string $template_type Optional. The template type (post type). Default 'wp_template'.
     60 * @return WP_Block_Template[] Block template objects.
    6261 */
    6362function get_block_templates( $query = array(), $template_type = 'wp_template' ) {
Note: See TracChangeset for help on using the changeset viewer.