Changeset 32582
- Timestamp:
- 05/24/2015 08:07:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32581 r32582 1997 1997 * @since 3.4.0 1998 1998 * 1999 * @ usesget_term()1999 * @see get_term() 2000 2000 * 2001 2001 * @param array $args { 2002 2002 * Method arguments. Note: arguments must be ordered as documented. 2003 2003 * 2004 * @type int $blog_id (unused)2005 * @type string $username 2006 * @type string $password 2007 * @type string $taxnomy 2008 * @type string $term_id 2009 * } 2010 * @return array|IXR_Error Array contains:2004 * @type int $blog_id Blog ID (unused). 2005 * @type string $username Username. 2006 * @type string $password Password. 2007 * @type string $taxnomy Taxonomy name. 2008 * @type string $term_id Term ID. 2009 * } 2010 * @return array|IXR_Error IXR_Error on failure, array on success, containing: 2011 2011 * - 'term_id' 2012 2012 * - 'name'
Note: See TracChangeset
for help on using the changeset viewer.