Make WordPress Core


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

Add missing parameter and return descriptions to the DocBlock for wp_xmlrpc_server->_convert_date_gmt().

See #32246.

File:
1 edited

Legend:

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

    r32563 r32564  
    718718     * @access protected
    719719     *
    720      * @param string $date_gmt
    721      * @param string $date
    722      * @return IXR_Date
     720     * @param string $date_gmt WordPress GMT date string.
     721     * @param string $date     Date string.
     722     * @return IXR_Date IXR_Date object.
    723723     */
    724724    protected function _convert_date_gmt( $date_gmt, $date ) {
Note: See TracChangeset for help on using the changeset viewer.