Changeset 6641 for trunk/src/templates/default/bbpress-functions.php
- Timestamp:
- 08/04/2017 01:08:43 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/templates/default/bbpress-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress-functions.php
r6615 r6641 156 156 // Editor scripts 157 157 // @see https://bbpress.trac.wordpress.org/ticket/2930 158 if ( bbp_use_wp_editor() && is_bbpress()) {158 if ( bbp_use_wp_editor() ) { 159 159 $scripts['bbpress-editor'] = array( 160 160 'file' => 'js/editor' . $suffix . '.js',
Note: See TracChangeset
for help on using the changeset viewer.