Improve formatting in `wp_term_is_shared()` docblock.

Props netweb.
Fixes #40004.
Built from https://develop.svn.wordpress.org/trunk@40143


git-svn-id: http://core.svn.wordpress.org/trunk@40080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2017-03-02 02:28:41 +00:00
parent 04a7ef2b67
commit d29924e496
2 changed files with 3 additions and 3 deletions

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
* *

View File

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