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.