Changeset 28848
- Timestamp:
- 06/26/2014 02:28:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r28820 r28848 237 237 * @param array $default_date_formats Array of default date formats. 238 238 */ 239 $date_formats = array_unique( apply_filters( 'date_formats', array( __( 'F j, Y' ), 'Y /m/d', 'm/d/Y', 'd/m/Y', 'Y-m-d' ) ) );239 $date_formats = array_unique( apply_filters( 'date_formats', array( __( 'F j, Y' ), 'Y-m-d', 'm/d/Y', 'd/m/Y' ) ) ); 240 240 241 241 $custom = true;
Note: See TracChangeset
for help on using the changeset viewer.