Make WordPress Core

Changeset 2778


Ignore:
Timestamp:
08/12/2005 07:07:52 AM (19 years ago)
Author:
matt
Message:

Re fixes #1541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/xmlrpc.php

    r2690 r2778  
    12521252        }
    12531253
     1254        if ( empty($context) )  // URL pattern not found
     1255            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.');
     1256
    12541257        $pagelinkedfrom = preg_replace('#&([^amp\;])#is', '&$1', $pagelinkedfrom);
    12551258
Note: See TracChangeset for help on using the changeset viewer.