- Timestamp:
- 03/24/2017 05:31:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r40284 r40324 2243 2243 2244 2244 wp_set_current_user( self::$editor_id ); 2245 update_option( 'timezone_string', '' ); 2246 update_option( 'gmt_offset', -6 ); 2245 update_option( 'timezone_string', 'America/Chicago' ); 2247 2246 2248 2247 // Need to set dates using wpdb directly because `wp_update_post` and … … 2289 2288 2290 2289 update_option( 'timezone_string', '' ); 2291 update_option( 'gmt_offset', 0 );2292 2290 } 2293 2291
Note: See TracChangeset
for help on using the changeset viewer.