Changeset 9295
- Timestamp:
- 01/02/2015 08:52:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions.php
r9294 r9295 197 197 $localize_time = true; 198 198 199 update_option( 'date_format', 'F j, Y' ); 200 update_option( 'time_format', 'g:i a' ); 199 201 update_option( 'gmt_offset', $gmt_offset ); 200 202 delete_option( 'timezone_string' ); … … 212 214 $localize_time = true; 213 215 216 update_option( 'date_format', 'F j, Y' ); 217 update_option( 'time_format', 'g:i a' ); 214 218 update_option( 'timezone_string', $timzone_string ); 215 219 delete_option( 'gmt_offset' );
Note: See TracChangeset
for help on using the changeset viewer.