Changeset 1002 in tests for trunk/tests/admin/includesScreen.php
- Timestamp:
- 08/31/2012 08:41:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/admin/includesScreen.php
r999 r1002 33 33 ); 34 34 35 function setUp() { 36 set_current_screen( 'front' ); 37 } 38 35 39 function tearDown() { 36 40 parent::tearDown(); 37 41 unset( $GLOBALS['wp_taxonomies']['old-or-new'] ); 42 set_current_screen( 'front' ); 38 43 } 39 44
Note: See TracChangeset
for help on using the changeset viewer.