Make WordPress Core

Changeset 24382

Timestamp:
05/29/2013 11:01:32 AM (11 years ago)
Author:
westi
Message:

XMLRPC: Expose the admin and login urls as read-only options over xml-rpc to make it easier to write rich clients. Fixes #23446 props daniloercoli.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-xmlrpc-server.php

    r24255 r24382  
    327327                'readonly'      => true,
    328328                'option'        => 'home'
     329
     330
     331
     332
     333
     334
     335
     336
     337
     338
    329339            ),
    330340            'image_default_link_type' => array(
Note: See TracChangeset for help on using the changeset viewer.