Changeset 58043 for branches/6.5/src/wp-includes/block-template-utils.php
- Timestamp:
- 04/24/2024 12:18:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5/src/wp-includes/block-template-utils.php
r58041 r58043 730 730 * query the database for additional information. 731 731 * 732 * @since 6.5. 1732 * @since 6.5.3 733 733 * @access private 734 734 * … … 1491 1491 function inject_ignored_hooked_blocks_metadata_attributes( $changes, $deprecated = null ) { 1492 1492 if ( null !== $deprecated ) { 1493 _deprecated_argument( __FUNCTION__, '6.5. 1' );1493 _deprecated_argument( __FUNCTION__, '6.5.3' ); 1494 1494 } 1495 1495
Note: See TracChangeset
for help on using the changeset viewer.