Changeset 7166
- Timestamp:
- 06/05/2013 08:01:28 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-admin.php
r6832 r7166 589 589 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> 590 590 <div id="post-body-content"> 591 <div id="postdiv" class="postarea">591 <div id="postdiv"> 592 592 <div id="bp_activity_action" class="postbox"> 593 593 <h3><?php _e( 'Action', 'buddypress' ); ?></h3> -
trunk/bp-groups/bp-groups-admin.php
r7159 r7166 505 505 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> 506 506 <div id="post-body-content"> 507 <div id="postdiv" class="postarea">507 <div id="postdiv"> 508 508 <div id="bp_groups_name" class="postbox"> 509 509 <h3><?php _e( 'Name and Description', 'buddypress' ); ?></h3> -
trunk/bp-xprofile/bp-xprofile-classes.php
r7120 r7166 387 387 </div> 388 388 389 <div id="postdiv" class="postarea">389 <div id="postdiv"> 390 390 <div class="postbox"> 391 391 <div id="titlediv"><h3 class="hndle"><?php _e( 'Group Description', 'buddypress' ); ?></h3></div>
Note: See TracChangeset
for help on using the changeset viewer.