Changeset 24918 for branches/3.6/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 07/31/2013 06:53:06 AM (11 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-includes/class-wp-xmlrpc-server.php
r24870 r24918 5393 5393 'timeout' => 10, 5394 5394 'redirection' => 0, 5395 'reject_unsafe_urls' => true,5396 5395 'limit_response_size' => 153600, // 150 KB 5397 5396 ); 5398 $linea = wp_remote_retrieve_body( wp_ remote_get( $pagelinkedfrom, $http_api_args ) );5397 $linea = wp_remote_retrieve_body( wp_safe_remote_get( $pagelinkedfrom, $http_api_args ) ); 5399 5398 5400 5399 if ( !$linea )
Note: See TracChangeset
for help on using the changeset viewer.