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