Ticket #1541: xmlrpc.php_1.5-branch.diff
File xmlrpc.php_1.5-branch.diff, 531 bytes (added by , 19 years ago) |
---|
-
xmlrpc.php
1251 1251 } 1252 1252 } 1253 1253 1254 if ( empty($context) ) { 1255 // URL pattern not found 1256 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.'); 1257 } 1258 1254 1259 $pagelinkedfrom = preg_replace('#&([^amp\;])#is', '&$1', $pagelinkedfrom); 1255 1260 1256 1261 $context = '[...] ' . wp_specialchars( $excerpt ) . ' [...]';