From 8c7f0f87f6aa6b4456aefbfb4152457b4026fcea Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sun, 16 Mar 2008 12:21:03 +0000 Subject: [PATCH] Fix my poor spelling. Props dickie. git-svn-id: https://develop.svn.wordpress.org/trunk@7331 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); ?>