Changeset 11530 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 06/07/2009 01:52:44 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugin-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r11500 r11530 84 84 } 85 85 86 wp_enqueue_script( 'codepress' );87 add_action( 'admin_print_footer_scripts', 'codepress_footer_js' );86 if ( use_codepress() ) 87 wp_enqueue_script( 'codepress' ); 88 88 89 89 // List of allowable extensions
Note: See TracChangeset
for help on using the changeset viewer.