Make WordPress Core

Changeset 20073


Ignore:
Timestamp:
03/02/2012 05:59:47 PM (13 years ago)
Author:
nacin
Message:

Add template and stylesheet to readonly options that can be pulled from XML-RPC. props koke, ericmann. see #17132.

File:
1 edited

Legend:

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

    r20000 r20073  
    325325                'readonly'      => true,
    326326                'option'        => 'image_default_align'
     327            ),
     328            'template'          => array(
     329                'desc'          => __( 'Template' ),
     330                'readonly'      => true,
     331                'option'        => 'template'
     332            ),
     333            'stylesheet'        => array(
     334                'desc'          => __( 'Stylesheet' ),
     335                'readonly'      => true,
     336                'option'        => 'stylesheet'
    327337            ),
    328338
Note: See TracChangeset for help on using the changeset viewer.