Ticket #6531: 6531-whats-new-label.2.patch
File 6531-whats-new-label.2.patch, 1.5 KB (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/activity/post-form.php
34 34 35 35 <div id="whats-new-content"> 36 36 <div id="whats-new-textarea"> 37 <label for="whats-new" class="bp-screen-reader-text"><?php _e( 'Post what\'s new', 'buddypress' ); ?></label> 37 38 <textarea class="bp-suggestions" name="whats-new" id="whats-new" cols="50" rows="10" 38 <?php if ( bp_is_group() ) : ?>data-suggestions-group-id="<?php echo esc_attr( (int) bp_get_current_group_id() ); ?>" <?php endif; ?> 39 ><?php if ( isset( $_GET['r'] ) ) : ?>@<?php echo esc_textarea( $_GET['r'] ); ?> <?php endif; ?></textarea>39 <?php if ( bp_is_group() ) : ?>data-suggestions-group-id="<?php echo esc_attr( (int) bp_get_current_group_id() ); ?>" <?php endif; ?>> 40 <?php if ( isset( $_GET['r'] ) ) : ?>@<?php echo esc_textarea( $_GET['r'] ); ?> <?php endif; ?></textarea> 40 41 </div> 41 42 42 43 <div id="whats-new-options"> … … 50 51 51 52 <?php _e( 'Post in', 'buddypress' ); ?>: 52 53 54 <label for="whats-new-post-in" class="bp-screen-reader-text"><?php _e( 'Select location of post', 'buddypress' ); ?></label> 53 55 <select id="whats-new-post-in" name="whats-new-post-in"> 54 56 <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ); ?></option> 55 57