Changeset 7979 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 05/22/2008 12:06:41 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r7883 r7979 7 7 wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file', 'theme')); 8 8 9 add_action( 'admin_head', 'theme_editor_css' ); 10 function theme_editor_css(){ 11 wp_admin_css( 'css/theme-editor' ); 12 } 9 wp_admin_css( 'theme-editor' ); 13 10 14 11 $themes = get_themes();
Note: See TracChangeset
for help on using the changeset viewer.