Changeset 52575 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 01/14/2022 02:43:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r52422 r52575 2272 2272 * Method arguments. Note: arguments must be ordered as documented. 2273 2273 * 2274 * @type int $blog_id Blog ID (unused).2275 * @type string $username Username.2276 * @type string $password Password.2277 * @type string $tax nomy_name Taxonomy name.2278 * @type int $term_id Term ID.2274 * @type int $blog_id Blog ID (unused). 2275 * @type string $username Username. 2276 * @type string $password Password. 2277 * @type string $taxonomy_name Taxonomy name. 2278 * @type int $term_id Term ID. 2279 2279 * } 2280 2280 * @return true|IXR_Error True on success, IXR_Error instance on failure. … … 2345 2345 * @type string $username Username. 2346 2346 * @type string $password Password. 2347 * @type string $tax nomyTaxonomy name.2347 * @type string $taxonomy Taxonomy name. 2348 2348 * @type string $term_id Term ID. 2349 2349 * } … … 2418 2418 * @type string $username Username. 2419 2419 * @type string $password Password. 2420 * @type string $tax nomyTaxonomy name.2420 * @type string $taxonomy Taxonomy name. 2421 2421 * @type array $filter Optional. Modifies the query used to retrieve posts. Accepts 'number', 2422 2422 * 'offset', 'orderby', 'order', 'hide_empty', and 'search'. Default empty array. … … 2510 2510 * @type string $username Username. 2511 2511 * @type string $password Password. 2512 * @type string $tax nomyTaxonomy name.2512 * @type string $taxonomy Taxonomy name. 2513 2513 * @type array $fields Optional. Array of taxonomy fields to limit to in the return. 2514 2514 * Accepts 'labels', 'cap', 'menu', and 'object_type'.
Note: See TracChangeset
for help on using the changeset viewer.