Changeset 11450 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 05/24/2009 11:47:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r11380 r11450 85 85 86 86 wp_enqueue_script( 'codepress' ); 87 add_action( 'admin_print_footer_scripts', 'codepress_footer_js' ); 88 87 add_action( 'admin_print_footer_scripts', 'codepress_footer_js' ); 88 89 89 // List of allowable extensions 90 90 $editable_extensions = array('php', 'txt', 'text', 'js', 'css', 'html', 'htm', 'xml', 'inc', 'include'); … … 102 102 } 103 103 } 104 104 105 105 require_once('admin-header.php'); 106 106 107 107 update_recently_edited(WP_PLUGIN_DIR . '/' . $file); 108 108
Note: See TracChangeset
for help on using the changeset viewer.