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