Changeset 55258 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 02/07/2023 01:26:46 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r55207 r55258 3660 3660 _deprecated_function( __FUNCTION__, '4.4.0', 'WP_Http' ); 3661 3661 3662 @set_time_limit( 60 ); 3662 if ( function_exists( 'set_time_limit' ) ) { 3663 @set_time_limit( 60 ); 3664 } 3663 3665 3664 3666 if ( $red > 5 )
Note: See TracChangeset
for help on using the changeset viewer.