Changeset 59039 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 09/17/2024 10:39:58 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r58975 r59039 3674 3674 _deprecated_function( __FUNCTION__, '4.4.0', 'WP_Http' ); 3675 3675 3676 // Adds an additional 60 seconds to the script timeout to ensure the remote request has enough time. 3676 3677 if ( function_exists( 'set_time_limit' ) ) { 3677 3678 @set_time_limit( 60 );
Note: See TracChangeset
for help on using the changeset viewer.