Make WordPress Core

Ticket #20566: 20566.phpdocs.patch

File 20566.phpdocs.patch, 520 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/class-wp-xmlrpc-server.php

     
    514514         * @access protected
    515515         *
    516516         * @param object $taxonomy The unprepared taxonomy data
     517         * @param array $fields The subset of post fields to return
    517518         * @return array The prepared taxonomy data
    518519         */
    519520        protected function _prepare_taxonomy( $taxonomy, $fields ) {