Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12728 r12733  
    1616        $themes = get_themes();
    1717        $ct = current_theme_info();
    18         $allowed_themes = apply_filters("allowed_themes", get_site_allowed_themes() ); 
     18        $allowed_themes = apply_filters("allowed_themes", get_site_allowed_themes() );
    1919        if( $allowed_themes == false )
    2020                $allowed_themes = array();
Note: See TracChangeset for help on using the changeset viewer.