Changeset 32578 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 05/24/2015 05:01:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32577 r32578 1921 1921 * @since 3.4.0 1922 1922 * 1923 * @ useswp_delete_term()1923 * @see wp_delete_term() 1924 1924 * 1925 1925 * @param array $args { 1926 * Method parameters , in this order:1927 * 1928 * @type int $blog_id (unused)1929 * @type string $username 1930 * @type string $password 1931 * @type string $taxnomy_name 1932 * @type string $term_id1933 * } 1934 * @return bool|IXR_Error If it suceeded true else a reason why not1926 * Method parameters. 1927 * 1928 * @type int $blog_id Blog ID (unused). 1929 * @type string $username Username. 1930 * @type string $password Password. 1931 * @type string $taxnomy_name Taxonomy name. 1932 * @type int $term_id Term ID. 1933 * } 1934 * @return bool|IXR_Error True on success, IXR_Error instance on failure. 1935 1935 */ 1936 1936 public function wp_deleteTerm( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.