Make WordPress Core


Ignore:
Timestamp:
01/18/2010 08:34:48 PM (15 years ago)
Author:
ryan
Message:

Coding standards, space after if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-install.php

    r12728 r12752  
    3737
    3838//If a non-valid menu tab has been selected, And its not a non-menu action.
    39 if( empty($tab) || ( ! isset($tabs[ $tab ]) && ! in_array($tab, (array)$nonmenu_tabs) ) ) {
     39if ( empty($tab) || ( ! isset($tabs[ $tab ]) && ! in_array($tab, (array)$nonmenu_tabs) ) ) {
    4040    $tab_actions = array_keys($tabs);
    4141    $tab = $tab_actions[0];
    4242}
    43 if( empty($paged) )
     43if ( empty($paged) )
    4444    $paged = 1;
    4545
Note: See TracChangeset for help on using the changeset viewer.