diff --git a/src/wp-includes/widgets/class-wp-widget-tag-cloud.php b/src/wp-includes/widgets/class-wp-widget-tag-cloud.php index 9837f1da0b..99f7af6ea1 100644 --- a/src/wp-includes/widgets/class-wp-widget-tag-cloud.php +++ b/src/wp-includes/widgets/class-wp-widget-tag-cloud.php @@ -129,7 +129,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget { // No tag cloud supporting taxonomies found, display error message case 0: - echo '
' . __( 'The tag cloud will not be displayed since their are no taxonomies that support the tag cloud widget.' ) . '
'; + echo '' . __( 'The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.' ) . '
'; printf( $input, '' ); break;