Changeset 58042
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r57946 r58042 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 * … … 1506 1506 function inject_ignored_hooked_blocks_metadata_attributes( $changes, $deprecated = null ) { 1507 1507 if ( null !== $deprecated ) { 1508 _deprecated_argument( __FUNCTION__, '6.5. 1' );1508 _deprecated_argument( __FUNCTION__, '6.5.3' ); 1509 1509 } 1510 1510 -
trunk/tests/phpunit/tests/block-templates/injectIgnoredHookedBlocksMetadataAttributes.php
r57919 r58042 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.