mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Help Tabs: when returning help tabs, return them in order of priority, but also return the items in each priority in the order that they were added.
Fixes #33941. git-svn-id: https://develop.svn.wordpress.org/trunk@34370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -38,7 +38,7 @@ class Tests_Admin_includesScreen extends WP_UnitTestCase {
|
||||
|
||||
function tearDown() {
|
||||
unset( $GLOBALS['wp_taxonomies']['old-or-new'] );
|
||||
set_current_screen( 'front' );
|
||||
unset( $GLOBALS['screen'] );
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user