From d29924e4962d4ef61eba42e9ba223bec6638c050 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 2 Mar 2017 02:28:41 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 7bd53a06a8..9a3a13cb29 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -3812,8 +3812,8 @@ function wp_get_split_term( $old_term_id, $taxonomy ) { /** * 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 terms to remain. + * Shared taxonomy terms began to be split in 4.3, but failed cron tasks or + * other delays in upgrade routines may cause shared terms to remain. * * @since 4.4.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2e62be0530..13234d83a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.