Changeset 59291 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 10/25/2024 08:24:08 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r59198 r59291 3674 3674 _deprecated_function( __FUNCTION__, '4.4.0', 'WP_Http' ); 3675 3675 3676 // Add s an additional60 seconds to the script timeout to ensure the remote request has enough time.3676 // Add 60 seconds to the script timeout to ensure the remote request has enough time. 3677 3677 if ( function_exists( 'set_time_limit' ) ) { 3678 3678 @set_time_limit( 60 );
Note: See TracChangeset
for help on using the changeset viewer.