Changeset 7331
- Timestamp:
- 03/16/2008 12:21:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r7330 r7331 86 86 // There is always a category 87 87 $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_sent ance', $sentence, $post_type_text, $cats_text, $tags_text );88 $sentence = apply_filters( 'dashboard_count_sentence', $sentence, $post_type_text, $cats_text, $tags_text ); 89 89 90 90 ?>
Note: See TracChangeset
for help on using the changeset viewer.