Changeset 6889
- Timestamp:
- 02/17/2008 10:17:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r6881 r6889 6 6 7 7 wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file', 'theme')); 8 wp_admin_css( 'css/theme-editor' );9 8 10 9 $themes = get_themes(); … … 65 64 66 65 require_once('admin-header.php'); 66 67 wp_admin_css( 'css/theme-editor' ); 67 68 68 69 update_recently_edited($file);
Note: See TracChangeset
for help on using the changeset viewer.