Make WordPress Core


Ignore:
Timestamp:
12/20/2012 03:55:32 PM (12 years ago)
Author:
helen
Message:

its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-plugin-install-list-table.php

    r22026 r23191  
    4141        $nonmenu_tabs = apply_filters( 'install_plugins_nonmenu_tabs', $nonmenu_tabs );
    4242
    43         // If a non-valid menu tab has been selected, And its not a non-menu action.
     43        // If a non-valid menu tab has been selected, And it's not a non-menu action.
    4444        if ( empty( $tab ) || ( !isset( $tabs[ $tab ] ) && !in_array( $tab, (array) $nonmenu_tabs ) ) )
    4545            $tab = key( $tabs );
Note: See TracChangeset for help on using the changeset viewer.