Changeset 49564
- Timestamp:
- 11/12/2020 11:15:49 AM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-json.php
r49194 r49564 1 1 <?php 2 _deprecated_file( basename( __FILE__ ), '5.3.0', null, 'The PHP native JSON extension is now a requirement.' );2 _deprecated_file( basename( __FILE__ ), '5.3.0', '', 'The PHP native JSON extension is now a requirement.' ); 3 3 4 4 if ( ! class_exists( 'Services_JSON' ) ) : -
trunk/src/wp-includes/registration-functions.php
r46439 r49564 7 7 */ 8 8 9 _deprecated_file( basename( __FILE__ ), '2.1.0', null, __( 'This file no longer needs to be included.' ) );9 _deprecated_file( basename( __FILE__ ), '2.1.0', '', __( 'This file no longer needs to be included.' ) ); -
trunk/src/wp-includes/registration.php
r46439 r49564 7 7 */ 8 8 9 _deprecated_file( basename( __FILE__ ), '3.1.0', null, __( 'This file no longer needs to be included.' ) );9 _deprecated_file( basename( __FILE__ ), '3.1.0', '', __( 'This file no longer needs to be included.' ) ); -
trunk/src/wp-includes/spl-autoload-compat.php
r46586 r49564 12 12 */ 13 13 14 _deprecated_file( basename( __FILE__ ), '5.3.0', null, 'SPL can no longer be disabled as of PHP 5.3.' );14 _deprecated_file( basename( __FILE__ ), '5.3.0', '', 'SPL can no longer be disabled as of PHP 5.3.' );
Note: See TracChangeset
for help on using the changeset viewer.