Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/11/2021 07:32:34 PM (3 years ago)
Author:
imath
Message:

Admin: Make sure the .postbox class is only used into sortable boxes

Otherwise editing the meta-boxes order into the Activity & Group WP Admin screens does not behave the expected way.

Props oztaser

Fixes #8566

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r12824 r13106  
    664664                        <div id="post-body-content">
    665665                            <div id="postdiv">
    666                                 <div id="bp_groups_name" class="postbox">
     666                                <div id="bp_groups_name" class="groupbox">
    667667                                    <h2><?php _e( 'Name and Description', 'buddypress' ); ?></h2>
    668668                                    <div class="inside">
Note: See TracChangeset for help on using the changeset viewer.