Changeset 55258 for trunk/src/wp-includes/comment.php
- Timestamp:
- 02/07/2023 01:26:46 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r55213 r55258 3112 3112 3113 3113 if ( $pingback_server_url ) { 3114 set_time_limit( 60 ); 3114 if ( function_exists( 'set_time_limit' ) ) { 3115 set_time_limit( 60 ); 3116 } 3117 3115 3118 // Now, the RPC call. 3116 3119 $pagelinkedfrom = get_permalink( $post );
Note: See TracChangeset
for help on using the changeset viewer.