Changeset 58043 for branches/6.5
- Timestamp:
- 04/24/2024 12:18:58 PM (19 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 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 -
branches/6.5/tests/phpunit/tests/block-templates/injectIgnoredHookedBlocksMetadataAttributes.php
r58041 r58043 12 12 * Tear down after each test. 13 13 * 14 * @since 6.5. 114 * @since 6.5.3 15 15 */ 16 16 public function tear_down() {
Note: See TracChangeset
for help on using the changeset viewer.