- Timestamp:
- 12/20/2012 03:55:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r22019 r23191 52 52 $nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs ); 53 53 54 // If a non-valid menu tab has been selected, And it s not a non-menu action.54 // If a non-valid menu tab has been selected, And it's not a non-menu action. 55 55 if ( empty( $tab ) || ( ! isset( $tabs[ $tab ] ) && ! in_array( $tab, (array) $nonmenu_tabs ) ) ) 56 56 $tab = key( $tabs );
Note: See TracChangeset
for help on using the changeset viewer.