Changeset 32585
- Timestamp:
- 05/24/2015 08:32:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32584 r32585 2205 2205 * @since 3.4.0 2206 2206 * 2207 * @ usesget_taxonomies()2207 * @see get_taxonomies() 2208 2208 * 2209 2209 * @param array $args { 2210 2210 * Method arguments. Note: arguments must be ordered as documented. 2211 2211 * 2212 * @type int $blog_id (unused) 2213 * @type string $username 2214 * @type string $password 2215 * } 2216 * @return array taxonomies 2212 * @type int $blog_id Blog ID (unused). 2213 * @type string $username Username. 2214 * @type string $password Password. 2215 * @type array $filter Optional. An array of arguments for retrieving taxonomies. 2216 * @type array $fields Optional. The subset of taxonomy fields to return. 2217 * } 2218 * @return array|string An associative array of taxonomy data with returned fields determined 2219 * by `$fields`, or an error on failure. 2217 2220 */ 2218 2221 public function wp_getTaxonomies( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.