Ticket #1541: xmlrpc.php_1.6-svn.diff
File xmlrpc.php_1.6-svn.diff, 528 bytes (added by , 19 years ago) |
---|
-
xmlrpc.php
1243 1243 } 1244 1244 } 1245 1245 1246 if ( empty($context) ) { 1247 // URL pattern not found 1248 return new IXR_Error(17, 'The source URI does not contain a link to the target URI, and so cannot be used as a source.'); 1249 } 1250 1246 1251 $pagelinkedfrom = preg_replace('#&([^amp\;])#is', '&$1', $pagelinkedfrom); 1247 1252 1248 1253 $context = '[...] ' . wp_specialchars( $excerpt ) . ' [...]';