Skip to:
Content

BuddyPress.org

Changeset 7166


Ignore:
Timestamp:
06/05/2013 08:01:28 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Remove 'postarea' classes from admin textarea/wp_editor() wrappers. Fixes bug with core CSS styling of TinyMCE resizer element.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-admin.php

    r6832 r7166  
    589589                    <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
    590590                        <div id="post-body-content">
    591                             <div id="postdiv" class="postarea">
     591                            <div id="postdiv">
    592592                                <div id="bp_activity_action" class="postbox">
    593593                                    <h3><?php _e( 'Action', 'buddypress' ); ?></h3>
  • trunk/bp-groups/bp-groups-admin.php

    r7159 r7166  
    505505                    <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
    506506                        <div id="post-body-content">
    507                             <div id="postdiv" class="postarea">
     507                            <div id="postdiv">
    508508                                <div id="bp_groups_name" class="postbox">
    509509                                    <h3><?php _e( 'Name and Description', 'buddypress' ); ?></h3>
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r7120 r7166  
    387387                            </div>
    388388
    389                             <div id="postdiv" class="postarea">
     389                            <div id="postdiv">
    390390                                <div class="postbox">
    391391                                    <div id="titlediv"><h3 class="hndle"><?php _e( 'Group Description', 'buddypress' ); ?></h3></div>
Note: See TracChangeset for help on using the changeset viewer.