Improve formatting in wp_term_is_shared() docblock.

Props netweb.
Fixes #40004.

git-svn-id: https://develop.svn.wordpress.org/trunk@40143 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2017-03-02 02:27:10 +00:00
parent 735424428c
commit 242f4e5201

View File

@ -3812,8 +3812,8 @@ function wp_get_split_term( $old_term_id, $taxonomy ) {
/** /**
* Determine whether a term is shared between multiple taxonomies. * Determine whether a term is shared between multiple taxonomies.
* *
* Shared taxonomy terms began to be split in 4.3, but failed cron tasks or other delays in upgrade routines may cause * Shared taxonomy terms began to be split in 4.3, but failed cron tasks or
* shared terms to remain. * other delays in upgrade routines may cause shared terms to remain.
* *
* @since 4.4.0 * @since 4.4.0
* *