Docs: Fix DocBlock formatting for `wp_insert_term()`.

Built from https://develop.svn.wordpress.org/trunk@34051


git-svn-id: http://core.svn.wordpress.org/trunk@34019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-09-11 18:48:24 +00:00
parent fa7bc4fda0
commit 008dca20b4
2 changed files with 3 additions and 3 deletions

View File

@ -2207,7 +2207,7 @@ function wp_get_object_terms($object_ids, $taxonomies, $args = array()) {
*
* If the taxonomy is hierarchical, and the 'parent' argument is not empty,
* the term is inserted and the term_id will be given.
*
* Error handling:
* If $taxonomy does not exist or $term is empty,
* a WP_Error object will be returned.
@ -2216,7 +2216,7 @@ function wp_get_object_terms($object_ids, $taxonomies, $args = array()) {
* or the term slug and name are not unique, a WP_Error object will be returned.
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @since 2.3.0
*
* @param string $term The term to add or update.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34050';
$wp_version = '4.4-alpha-34051';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.