Changeset 60539 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 08/05/2025 01:52:44 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r60511 r60539 286 286 'core/image' => array( 'id', 'url', 'title', 'alt' ), 287 287 'core/button' => array( 'url', 'text', 'linkTarget', 'rel' ), 288 'core/post-date' => array( 'datetime' ), 288 289 ); 289 290
Note: See TracChangeset
for help on using the changeset viewer.