Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/11/2021 07:32:34 PM (4 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-activity/bp-activity-admin.php

    r12725 r13106  
    776776                        <div id="post-body-content">
    777777                            <div id="postdiv">
    778                                 <div id="bp_activity_action" class="postbox">
     778                                <div id="bp_activity_action" class="activitybox">
    779779                                    <h2><?php _e( 'Action', 'buddypress' ); ?></h2>
    780780                                    <div class="inside">
     
    787787                                </div>
    788788
    789                                 <div id="bp_activity_content" class="postbox">
     789                                <div id="bp_activity_content" class="activitybox">
    790790                                    <h2><?php _e( 'Content', 'buddypress' ); ?></h2>
    791791                                    <div class="inside">
Note: See TracChangeset for help on using the changeset viewer.