mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Fix DocBlock formatting for wp_insert_term().
git-svn-id: https://develop.svn.wordpress.org/trunk@34051 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user