Changeset 59039 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/17/2024 10:39:58 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r58962 r59039 3117 3117 if ( $pingback_server_url ) { 3118 3118 if ( function_exists( 'set_time_limit' ) ) { 3119 // Allows an additional 60 seconds for each pingback to complete. 3119 3120 set_time_limit( 60 ); 3120 3121 }
Note: See TracChangeset
for help on using the changeset viewer.