Changeset 18010 for trunk/wp-admin/export.php
- Timestamp:
- 05/23/2011 11:33:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r17748 r18010 110 110 111 111 $month = zeroise( $date->month, 2 ); 112 echo '<option value="' . $date->year . '-' . $month . '" />' . $wp_locale->get_month( $month ) . ' ' . $date->year . '</option>';112 echo '<option value="' . $date->year . '-' . $month . '">' . $wp_locale->get_month( $month ) . ' ' . $date->year . '</option>'; 113 113 } 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.