Changeset 58187 for trunk/src/wp-includes/blocks/post-template.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-template.php
r57775 r58187 8 8 /** 9 9 * Determines whether a block list contains a block that uses the featured image. 10 * 11 * @since 6.0.0 10 12 * 11 13 * @param WP_Block_List $inner_blocks Inner block instance. … … 36 38 * 37 39 * @since 6.3.0 Changed render_block_context priority to `1`. 40 * 41 * @global WP_Query $wp_query WordPress Query object. 38 42 * 39 43 * @param array $attributes Block attributes. … … 144 148 /** 145 149 * Registers the `core/post-template` block on the server. 150 * 151 * @since 5.8.0 146 152 */ 147 153 function register_block_core_post_template() {
Note: See TracChangeset
for help on using the changeset viewer.