Changeset 6615
- Timestamp:
- 07/04/2017 05:26:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress-functions.php
r6573 r6615 141 141 142 142 /** 143 * Enqueue the required Java script files143 * Enqueue the required JavaScript files 144 144 * 145 145 * @since 2.1.0 bbPress (r3732) … … 154 154 $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; 155 155 156 // Always pull in jQuery for TinyMCE shortcode usage 157 if ( bbp_use_wp_editor() ) { 156 // Editor scripts 157 // @see https://bbpress.trac.wordpress.org/ticket/2930 158 if ( bbp_use_wp_editor() && is_bbpress() ) { 158 159 $scripts['bbpress-editor'] = array( 159 160 'file' => 'js/editor' . $suffix . '.js',
Note: See TracChangeset
for help on using the changeset viewer.