Make WordPress Core


Ignore:
Timestamp:
12/20/2012 03:55:32 PM (11 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-theme-install-list-table.php

    r22019 r23191  
    5252        $nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs );
    5353
    54         // If a non-valid menu tab has been selected, And its not a non-menu action.
     54        // If a non-valid menu tab has been selected, And it's not a non-menu action.
    5555        if ( empty( $tab ) || ( ! isset( $tabs[ $tab ] ) && ! in_array( $tab, (array) $nonmenu_tabs ) ) )
    5656            $tab = key( $tabs );
Note: See TracChangeset for help on using the changeset viewer.