Changeset 61487 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 01/15/2026 12:55:21 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r61472 r61487 6480 6480 <?php 6481 6481 } 6482 6483 /**6484 * Registers development scripts that integrate with `@wordpress/scripts`.6485 *6486 * @see https://github.com/WordPress/gutenberg/tree/trunk/packages/scripts#start6487 *6488 * @since 6.0.06489 * @deprecated 7.0.0 Obsolete due to a change in how Gutenberg is included in Core. See #64393.6490 *6491 * @param WP_Scripts $scripts WP_Scripts object.6492 */6493 function wp_register_development_scripts( $scripts ) {6494 _deprecated_function( __FUNCTION__, '7.0.0' );6495 }
Note: See TracChangeset
for help on using the changeset viewer.