Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/30/2023 07:26:48 AM (17 months ago)
Author:
imath
Message:

Make sure to load the right JS Asset in WP-Admin/Extended profile

Props vapvarun, martenw

See #8985
Closes https://github.com/buddypress/buddypress/pull/158

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-admin.php

    r13499 r13574  
    832832            // Only load JavaScript for BuddyPress profile.
    833833            if ( get_current_screen()->id == $this->user_page ) {
    834                 $js = $this->js_url . "admin{$min}.js";
     834                $js = $this->js_url . 'admin.js';
    835835
    836836                /**
Note: See TracChangeset for help on using the changeset viewer.