Make WordPress Core

Changeset 32562


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

Fix inline documentation syntax in the DocBlock for wp_xmlrpc_server->_prepare_taxonomy().

See #32246.

File:
1 edited

Legend:

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

    r32561 r32562  
    610610     *
    611611     * @param string|array $args Sanitize single string or array of strings.
    612      * @param int $count Minimum number of arguments.
     612     * @param int $count         Minimum number of arguments.
    613613     * @return bool if `$args` contains at least $count arguments.
    614614     */
     
    627627     * @access protected
    628628     *
    629      * @param object $taxonomy The unprepared taxonomy data
    630      * @param array $fields The subset of taxonomy fields to return
    631      * @return array The prepared taxonomy data
     629     * @param object $taxonomy The unprepared taxonomy data.
     630     * @param array $fields    The subset of taxonomy fields to return.
     631     * @return array The prepared taxonomy data.
    632632     */
    633633    protected function _prepare_taxonomy( $taxonomy, $fields ) {
Note: See TracChangeset for help on using the changeset viewer.