mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix my poor spelling. Props dickie.
git-svn-id: https://develop.svn.wordpress.org/trunk@7331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6218beabf8
commit
8c7f0f87f6
@ -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 );
|
||||
|
||||
?>
|
||||
<p class="youhave"><?php echo $sentence; ?></p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user