Changeset 1008 in tests
- Timestamp:
- 09/05/2012 06:13:28 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/testcase-ajax.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/testcase-ajax.php
r903 r1008 66 66 if ( !defined( 'DOING_AJAX' ) ) 67 67 define( 'DOING_AJAX', true ); 68 set_current_screen( 'ajax' ); 68 69 69 70 // Clear logout cookies … … 91 92 remove_action( 'clear_auth_cookie', array( $this, 'logout' ) ); 92 93 error_reporting( $this->_error_level ); 94 set_current_screen( 'front' ); 93 95 } 94 96
Note: See TracChangeset
for help on using the changeset viewer.