Changeset 11137 for trunk/wp-admin/upload.php
- Timestamp:
- 04/30/2009 04:22:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r11110 r11137 188 188 189 189 $class = empty($_GET['post_mime_type']) && ! isset($_GET['detached']) ? ' class="current"' : ''; 190 $type_links[] = "<li><a href='upload.php'$class>" . sprintf( _n ( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $_total_posts), number_format_i18n( $_total_posts ) ) . '</a>';190 $type_links[] = "<li><a href='upload.php'$class>" . sprintf( _nx( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $_total_posts, 'uploaded files' ), number_format_i18n( $_total_posts ) ) . '</a>'; 191 191 foreach ( $post_mime_types as $mime_type => $label ) { 192 192 $class = '';
Note: See TracChangeset
for help on using the changeset viewer.