Changeset 53879
- Timestamp:
- 08/11/2022 02:31:59 PM (2 years ago)
- Location:
- trunk/src/wp-includes/blocks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r53877 r53879 181 181 * @param array $attributes The block attributes. 182 182 * 183 * @return string[] Style HTML attributes.183 * @return array Style HTML attribute. 184 184 */ 185 185 function styles_for_block_core_search( $attributes ) { -
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.