diff --git a/wp-includes/version.php b/wp-includes/version.php index f74edd7eb3..ef3eeef3c4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35575'; +$wp_version = '4.4-beta3-35576'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-tag-cloud.php b/wp-includes/widgets/class-wp-widget-tag-cloud.php index 9837f1da0b..99f7af6ea1 100644 --- a/wp-includes/widgets/class-wp-widget-tag-cloud.php +++ b/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;