Skip to:
Content

BuddyPress.org

Changeset 13575


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

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

Props vapvarun, martenw

Fixes #8985 (branch 11.0)

File:
1 edited

Legend:

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

    r13169 r13575  
    707707            // Only load JavaScript for BuddyPress profile.
    708708            if ( get_current_screen()->id == $this->user_page ) {
    709                 $js = $this->js_url . "admin{$min}.js";
     709                $js = $this->js_url . 'admin.js';
    710710
    711711                /**
Note: See TracChangeset for help on using the changeset viewer.