Make WordPress Core

Changeset 2742


Ignore:
Timestamp:
08/03/2005 12:30:40 AM (19 years ago)
Author:
matt
Message:

Fixes #1541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r2712 r2742  
    12441244        }
    12451245
     1246        if ( empty($context) ) // URL pattern not found
     1247            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.');
     1248
    12461249        $pagelinkedfrom = preg_replace('#&([^amp\;])#is', '&$1', $pagelinkedfrom);
    12471250
Note: See TracChangeset for help on using the changeset viewer.