diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 7bd53a06a8..9a3a13cb29 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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 *