Changeset 59291 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/25/2024 08:24:08 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59267 r59291 3121 3121 3122 3122 if ( $pingback_server_url ) { 3123 // Allow an additional 60 seconds for each pingback to complete. 3123 3124 if ( function_exists( 'set_time_limit' ) ) { 3124 // Allows an additional 60 seconds for each pingback to complete.3125 3125 set_time_limit( 60 ); 3126 3126 }
Note: See TracChangeset
for help on using the changeset viewer.