Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (17 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r4884 r4953  
    682682            // No selected categories, strange
    683683            $checked_categories[] = $default;
    684         }   
     684        }
    685685    } else {
    686686        $checked_categories[] = $default;
     
    738738            // No selected categories, strange
    739739            $checked_categories[] = $default;
    740         }   
     740        }
    741741    } else {
    742742        $checked_categories[] = $default;
     
    779779        $output = ob_get_contents();
    780780        ob_end_clean();
    781        
     781
    782782        $output = apply_filters('cat_rows', $output);
    783783
     
    13171317    if ( isset( $plugin_page ) && isset( $_wp_submenu_nopriv[$parent][$plugin_page] ) )
    13181318        return false;
    1319    
     1319
    13201320    if ( empty( $parent) ) {
    13211321        if ( isset( $_wp_menu_nopriv[$pagenow] ) )
     
    13291329                return false;
    13301330            if ( isset( $plugin_page ) && isset( $_wp_submenu_nopriv[$key][$plugin_page] ) )
    1331             return false;   
     1331            return false;
    13321332        }
    13331333        return true;
     
    14511451                    $parent_file = $_wp_real_parent_file[$parent_file];
    14521452            return $parent_file;
    1453         }           
     1453        }
    14541454    }
    14551455
     
    14581458        if ( isset( $_wp_real_parent_file[$parent_file] ) )
    14591459            $parent_file = $_wp_real_parent_file[$parent_file];
    1460         return $parent_file;       
     1460        return $parent_file;
    14611461    }
    14621462
     
    18981898    // Compute the URL
    18991899    $url = $uploads['url'] . "/$filename";
    1900    
     1900
    19011901    $return = apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ) );
    19021902
     
    20572057    wp_clearcookie();
    20582058    // Set cookies for new paths.
    2059     wp_setcookie( $user_login, $user_pass_md5, true, get_option( 'home' ), get_option( 'siteurl' ));   
     2059    wp_setcookie( $user_login, $user_pass_md5, true, get_option( 'home' ), get_option( 'siteurl' ));
    20602060}
    20612061
Note: See TracChangeset for help on using the changeset viewer.