Fix formatting in the DocBlock for `_split_shared_term()`.

See #32246. See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33238 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-13 21:56:53 +00:00
parent b3544157ab
commit 78548dd49d
1 changed files with 5 additions and 2 deletions

View File

@ -3364,6 +3364,7 @@ function wp_unique_term_slug( $slug, $term ) {
}
// If we didn't get a unique slug, try appending a number to make it unique.
/**
* Filter whether the proposed unique term slug is bad.
*
@ -4213,11 +4214,13 @@ function _update_generic_term_count( $terms, $taxonomy ) {
}
/**
* Create a new term for a term_taxonomy item that currently shares its term with another term_taxonomy.
* Create a new term for a term_taxonomy item that currently shares its term
* with another term_taxonomy.
*
* @ignore
* @since 4.2.0
* @since 4.3.0 Introduced `$record` parameter. `$term_id` and `$term_taxonomy_id` can now accept objects.
* @since 4.3.0 Introduced `$record` parameter. Also, `$term_id` and
* `$term_taxonomy_id` can now accept objects.
*
* @global wpdb $wpdb
*