Changeset 32584
- Timestamp:
- 05/24/2015 08:14:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32583 r32584 2070 2070 * @type int $blog_id Blog ID (unused). 2071 2071 * @type string $username Username. 2072 * @type string $password Password 2072 * @type string $password Password. 2073 2073 * @type string $taxnomy Taxonomy name. 2074 2074 * @type array $filter Optional. Modifies the query used to retrieve posts. Accepts 'number', … … 2144 2144 * @since 3.4.0 2145 2145 * 2146 * @ usesget_taxonomy()2146 * @see get_taxonomy() 2147 2147 * 2148 2148 * @param array $args { 2149 2149 * Method arguments. Note: arguments must be ordered as documented. 2150 2150 * 2151 * @type int $blog_id (unused) 2152 * @type string $username 2153 * @type string $password 2154 * @type string $taxnomy 2155 * @type array $fields (optional) 2156 * } 2157 * @return array|IXR_Error (@see get_taxonomy()) 2151 * @type int $blog_id Blog ID (unused). 2152 * @type string $username Username. 2153 * @type string $password Password. 2154 * @type string $taxnomy Taxonomy name. 2155 * @type array $fields Optional. Array of taxonomy fields to limit to in the return. 2156 * Accepts 'labels', 'cap', 'menu', and 'object_type'. 2157 * Default empty array. 2158 * } 2159 * @return array|IXR_Error An array of taxonomy data on success, IXR_Error instance otherwise. 2158 2160 */ 2159 2161 public function wp_getTaxonomy( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.