Changeset 56317
- Timestamp:
- 07/27/2023 10:08:40 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/template-part.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r56316 r56317 251 251 ), 252 252 'scope' => array( 'inserter' ), 253 'icon' => isset( $icon_by_area[ $template_part->area ] ) ? $icon_by_area[ $template_part->area ] : null,253 'icon' => $icon_by_area[ $template_part->area ], 254 254 'example' => array( 255 255 'attributes' => array(
Note: See TracChangeset
for help on using the changeset viewer.