Changeset 58187 for trunk/src/wp-includes/blocks/template-part.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r57578 r58187 8 8 /** 9 9 * Renders the `core/template-part` block on the server. 10 * 11 * @since 5.9.0 12 * 13 * @global WP_Embed $wp_embed WordPress Embed object. 10 14 * 11 15 * @param array $attributes The block attributes. … … 175 179 * Returns an array of area variation objects for the template part block. 176 180 * 181 * @since 6.1.0 182 * 177 183 * @param array $instance_variations The variations for instances. 178 184 * … … 212 218 /** 213 219 * Returns an array of instance variation objects for the template part block 220 * 221 * @since 6.1.0 214 222 * 215 223 * @return array Array containing the block variation objects. … … 267 275 * Returns an array of all template part block variations. 268 276 * 277 * @since 5.9.0 278 * 269 279 * @return array Array containing the block variation objects. 270 280 */ … … 277 287 /** 278 288 * Registers the `core/template-part` block on the server. 289 * 290 * @since 5.9.0 279 291 */ 280 292 function register_block_core_template_part() {
Note: See TracChangeset
for help on using the changeset viewer.