Make WordPress Core

Changeset 18119


Ignore:
Timestamp:
06/02/2011 08:03:27 PM (13 years ago)
Author:
ryan
Message:

Revert [17663]. fixes #17131

File:
1 edited

Legend:

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

    r17836 r18119  
    287287     */
    288288    function initialise_blog_option_info( ) {
    289         global $wp_version, $content_width;
     289        global $wp_version;
    290290
    291291        $this->blog_options = array(
     
    305305                'readonly'      => true,
    306306                'option'        => 'siteurl'
    307             ),
    308             'content_width'         => array(
    309                 'desc'          => __( 'Content Width' ),
    310                 'readonly'      => true,
    311                 'value'         => isset( $content_width ) ? (int) $content_width : 0,
    312307            ),
    313308
Note: See TracChangeset for help on using the changeset viewer.