mirror of
git://develop.git.wordpress.org/
synced 2025-01-31 12:29:09 +01:00
We weren't getting [...] in front of pingbacks.
git-svn-id: https://develop.svn.wordpress.org/trunk@2188 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1eda4450f8
commit
521a1b9707
@ -1210,7 +1210,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
$title = (!strlen($matchtitle[1])) ? $pagelinkedfrom : $matchtitle[1];
|
||||
$original_context = strip_tags($context);
|
||||
$context = '[...] ';
|
||||
$context = wp_specialchars($original_context);
|
||||
$context .= wp_specialchars($original_context);
|
||||
$context .= ' [...]';
|
||||
$original_pagelinkedfrom = $pagelinkedfrom;
|
||||
$pagelinkedfrom = addslashes($pagelinkedfrom);
|
||||
|
Loading…
x
Reference in New Issue
Block a user