Make WordPress Core

Changeset 2188


Ignore:
Timestamp:
02/01/2005 08:11:02 AM (20 years ago)
Author:
saxmatt
Message:

We weren't getting [...] in front of pingbacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r2061 r2188  
    12111211        $original_context = strip_tags($context);
    12121212        $context = '[...] ';
    1213         $context = wp_specialchars($original_context);
     1213        $context .= wp_specialchars($original_context);
    12141214        $context .= ' [...]';
    12151215        $original_pagelinkedfrom = $pagelinkedfrom;
Note: See TracChangeset for help on using the changeset viewer.