From 242f4e52012e2fad0ddd1c9dfef2b8efba63e551 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 2 Mar 2017 02:27:10 +0000 Subject: [PATCH] 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 --- src/wp-includes/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *