[wp-cvs] wordpress xmlrpc.php,1.40,1.41
Matthew Mullenweg
saxmatt at users.sourceforge.net
Tue Feb 1 08:11:15 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21397
Modified Files:
xmlrpc.php
Log Message:
We weren't getting [...] in front of pingbacks.
Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** xmlrpc.php 6 Jan 2005 23:28:51 -0000 1.40
--- xmlrpc.php 1 Feb 2005 08:11:02 -0000 1.41
***************
*** 1211,1215 ****
$original_context = strip_tags($context);
$context = '[...] ';
! $context = wp_specialchars($original_context);
$context .= ' [...]';
$original_pagelinkedfrom = $pagelinkedfrom;
--- 1211,1215 ----
$original_context = strip_tags($context);
$context = '[...] ';
! $context .= wp_specialchars($original_context);
$context .= ' [...]';
$original_pagelinkedfrom = $pagelinkedfrom;
More information about the cvs
mailing list