Index: src/templates/default/bbpress-functions.php =================================================================== --- src/templates/default/bbpress-functions.php (revision 5935) +++ src/templates/default/bbpress-functions.php (working copy) @@ -201,7 +201,7 @@ if ( bbp_is_single_user_edit() ) { $scripts['bbpress-user'] = array( 'file' => 'js/user' . $suffix . '.js', - 'dependencies' => array( 'user-query' ) + 'dependencies' => array() ); }