Make WordPress Core

Changeset 7331


Ignore:
Timestamp:
03/16/2008 12:21:03 PM (17 years ago)
Author:
westi
Message:

Fix my poor spelling. Props dickie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r7330 r7331  
    8686// There is always a category
    8787$sentence = sprintf( __( 'You have %1$s, contained within %2$s and %3$s.' ), $post_type_text, $cats_text, $tags_text );
    88 $sentence = apply_filters( 'dashboard_count_sentance', $sentence, $post_type_text, $cats_text, $tags_text );
     88$sentence = apply_filters( 'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text );
    8989
    9090?>
Note: See TracChangeset for help on using the changeset viewer.