Changeset 7331
- Timestamp:
- 03/16/08 12:21:03 (6 months ago)
- Files:
-
- trunk/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 ?>
