Changeset 32562
- Timestamp:
- 05/23/2015 07:37:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32561 r32562 610 610 * 611 611 * @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. 613 613 * @return bool if `$args` contains at least $count arguments. 614 614 */ … … 627 627 * @access protected 628 628 * 629 * @param object $taxonomy The unprepared taxonomy data 630 * @param array $fields The subset of taxonomy fields to return631 * @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. 632 632 */ 633 633 protected function _prepare_taxonomy( $taxonomy, $fields ) {
Note: See TracChangeset
for help on using the changeset viewer.