Changeset 10359
- Timestamp:
- 11/16/2015 08:00:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10357 r10359 668 668 <div id="postdiv"> 669 669 <div id="bp_activity_action" class="postbox"> 670 <h 3><?php _e( 'Action', 'buddypress' ); ?></h3>670 <h2><?php _e( 'Action', 'buddypress' ); ?></h2> 671 671 <div class="inside"> 672 672 <?php wp_editor( stripslashes( $activity->action ), 'bp-activities-action', array( 'media_buttons' => false, 'textarea_rows' => 7, 'teeny' => true, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?> … … 675 675 676 676 <div id="bp_activity_content" class="postbox"> 677 <h 3><?php _e( 'Content', 'buddypress' ); ?></h3>677 <h2><?php _e( 'Content', 'buddypress' ); ?></h2> 678 678 <div class="inside"> 679 679 <?php wp_editor( stripslashes( $activity->content ), 'bp-activities-content', array( 'media_buttons' => false, 'teeny' => true, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,code,spell,close' ) ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.