diff --git a/wp-admin/index.php b/wp-admin/index.php index deeac4e47..dd383ad56 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -85,6 +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 ); ?>