Changeset 28820
- Timestamp:
- 06/24/2014 09:49:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r28591 r28820 233 233 * 234 234 * @since 2.7.0 235 * @since 4.0.0 Added ISO date standard YYYY-MM-DD format. 235 236 * 236 237 * @param array $default_date_formats Array of default date formats. 237 238 */ 238 $date_formats = array_unique( apply_filters( 'date_formats', array( __( 'F j, Y' ), 'Y/m/d', 'm/d/Y', 'd/m/Y' ) ) );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 240 240 241 $custom = true;
Note: See TracChangeset
for help on using the changeset viewer.