Make WordPress Core

Changeset 32556


Ignore:
Timestamp:
05/23/2015 07:22:40 PM (9 years ago)
Author:
DrewAPicture
Message:

Add proper descriptions for the $methods, $blog_options, and $error properties in wp_xmlrpc_server.

See [30181]. See #30224.

File:
1 edited

Legend:

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

    r32550 r32556  
    2323class wp_xmlrpc_server extends IXR_Server {
    2424    /**
     25     * Methods.
     26     *
     27     * @access public
    2528     * @var array
    2629     */
    2730    public $methods;
    28     /**
     31
     32    /**
     33     * Blog options.
     34     *
     35     * @access public
    2936     * @var array
    3037     */
    3138    public $blog_options;
    32     /**
     39
     40    /**
     41     * IXR_Error instance.
     42     *
     43     * @access public
    3344     * @var IXR_Error
    3445     */
    3546    public $error;
     47
    3648    /**
    3749     * Register all of the XMLRPC methods that XMLRPC server understands.
Note: See TracChangeset for help on using the changeset viewer.