Make WordPress Core


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

Coding standards, space after if

File:
1 edited

Legend:

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

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