Skip to:
Content

BuddyPress.org

Changeset 11013


Ignore:
Timestamp:
08/10/2016 07:35:45 PM (8 years ago)
Author:
r-a-y
Message:

Fix notice introduced by r11009.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cssjs.php

    r11009 r11013  
    3232        'bp-confirm'        => array( 'file' => "{$url}confirm{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
    3333        'bp-widget-members' => array( 'file' => "{$url}widget-members{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
    34         'bp-jquery-query'   => array( 'file' => "{$url}jquery-query{$min}.js", ' ' => array( 'jquery' ), 'footer' => false ),
    35         'bp-jquery-cookie'  => array( 'file' => "{$url}vendor/jquery-cookie{$min}.js",   'dependencies' => array( 'jquery' ), 'footer' => false ),
     34        'bp-jquery-query'   => array( 'file' => "{$url}jquery-query{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
     35        'bp-jquery-cookie'  => array( 'file' => "{$url}vendor/jquery-cookie{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
    3636        'bp-jquery-scroll-to' => array( 'file' => "{$url}vendor/jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
    3737
Note: See TracChangeset for help on using the changeset viewer.