Changeset 6891
- Timestamp:
- 02/17/2008 11:53:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r6890 r6891 6 6 7 7 wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file', 'theme')); 8 9 add_action( 'admin_head', 'theme_editor_css' ); 10 function theme_editor_css(){ 11 wp_admin_css( 'css/theme-editor' ); 12 } 8 13 9 14 $themes = get_themes(); … … 64 69 65 70 require_once('admin-header.php'); 66 67 wp_admin_css( 'css/theme-editor' );68 71 69 72 update_recently_edited($file);
Note: See TracChangeset
for help on using the changeset viewer.