Changeset 32586
- Timestamp:
- 05/24/2015 08:34:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32585 r32586 2216 2216 * @type array $fields Optional. The subset of taxonomy fields to return. 2217 2217 * } 2218 * @return array| stringAn associative array of taxonomy data with returned fields determined2219 * by `$fields`, or an erroron failure.2218 * @return array|IXR_Error An associative array of taxonomy data with returned fields determined 2219 * by `$fields`, or an IXR_Error instance on failure. 2220 2220 */ 2221 2221 public function wp_getTaxonomies( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.