Changeset 24481 for branches/3.5/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 06/21/2013 06:12:17 AM (12 years ago)
- Location:
- branches/3.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5
-
branches/3.5/wp-includes/class-wp-xmlrpc-server.php
r23330 r24481 5381 5381 5382 5382 // Let's check the remote site 5383 $linea = wp_remote_retrieve_body( wp_remote_get( $pagelinkedfrom, array( 'timeout' => 10, 'redirection' => 0 ) ) ); 5383 $linea = wp_remote_retrieve_body( wp_remote_get( $pagelinkedfrom, array( 'timeout' => 10, 'redirection' => 0, 'reject_unsafe_urls' => true ) ) ); 5384 5384 5385 if ( !$linea ) 5385 5386 return $this->pingback_error( 16, __( 'The source URL does not exist.' ) );
Note: See TracChangeset
for help on using the changeset viewer.