Changeset 5564
- Timestamp:
- 11/12/2014 06:11:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/admin.php
r5466 r5564 572 572 573 573 // Enqueue the common JS 574 wp_enqueue_script( 'bbp-admin-common-js', $this->js_url . 'common' . $suffix . '.js', array( 'jquery' ), $version );574 wp_enqueue_script( 'bbp-admin-common-js', $this->js_url . 'common' . $suffix . '.js', array( 'jquery', 'suggest' ), $version ); 575 575 576 576 // Topics admin
Note: See TracChangeset
for help on using the changeset viewer.