Changeset 53879 for trunk/src/wp-includes/blocks/template-part.php
- Timestamp:
- 08/11/2022 02:31:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r53877 r53879 160 160 161 161 /** 162 * Returns an array of variation arrays for the template part block.162 * Returns an array of variation objects for the template part block. 163 163 * 164 * @return array [] Array containing the block variation data in an array.164 * @return array Array containing the block variation objects. 165 165 */ 166 166 function build_template_part_block_variations() {
Note: See TracChangeset
for help on using the changeset viewer.