diff --git a/wp-admin/index.php b/wp-admin/index.php index dd383ad564..d1e5cdf543 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -85,7 +85,7 @@ $post_type_text = implode(', ', $post_type_texts); // There is always a category $sentence = sprintf( __( 'You have %1$s, contained within %2$s and %3$s.' ), $post_type_text, $cats_text, $tags_text ); -$sentence = apply_filters( 'dashboard_count_sentance', $sentence, $post_type_text, $cats_text, $tags_text ); +$sentence = apply_filters( 'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text ); ?>