Skip to:
Content

bbPress.org

Changeset 5564


Ignore:
Timestamp:
11/12/2014 06:11:45 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add 'suggest' to common script prerequisites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/admin.php

    r5466 r5564  
    572572
    573573                    // 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 );
    575575
    576576                    // Topics admin
Note: See TracChangeset for help on using the changeset viewer.