Widgets: Fix typo in WP_Widget_Tag_Cloud::form().

Props skithund.
Fixes #34623.

git-svn-id: https://develop.svn.wordpress.org/trunk@35576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-11-08 20:34:34 +00:00
parent 21de649fd0
commit 80975befb8

View File

@ -129,7 +129,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget {
// No tag cloud supporting taxonomies found, display error message
case 0:
echo '<p>' . __( 'The tag cloud will not be displayed since their are no taxonomies that support the tag cloud widget.' ) . '</p>';
echo '<p>' . __( 'The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.' ) . '</p>';
printf( $input, '' );
break;