Changeset 12284 for trunk/wp-admin/upload.php
- Timestamp:
- 11/26/2009 11:29:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r12231 r12284 309 309 if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) : ?> 310 310 <select name='m'> 311 <option <?php selected( @$_GET['m'], 0 ); ?>value='0'><?php _e('Show all dates'); ?></option>311 <option value='0'><?php _e('Show all dates'); ?></option> 312 312 <?php 313 313 foreach ($arc_result as $arc_row) {
Note: See TracChangeset
for help on using the changeset viewer.