Make WordPress Core

Changeset 6889


Ignore:
Timestamp:
02/17/2008 10:17:55 PM (17 years ago)
Author:
ryan
Message:

Don't include CSS on action pages.

File:
1 edited

Legend:

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

    r6881 r6889  
    66
    77wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file', 'theme'));
    8 wp_admin_css( 'css/theme-editor' );
    98
    109$themes = get_themes();
     
    6564
    6665    require_once('admin-header.php');
     66
     67    wp_admin_css( 'css/theme-editor' );
    6768
    6869    update_recently_edited($file);
Note: See TracChangeset for help on using the changeset viewer.