Changeset 10127
- Timestamp:
- 09/23/2015 12:50:25 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10098 r10127 759 759 <div id="major-publishing-actions"> 760 760 <div id="publishing-action"> 761 <?php submit_button( __( 'Update', 'buddypress' ), 'primary', 'save', false , array( 'tabindex' => '4' )); ?>761 <?php submit_button( __( 'Update', 'buddypress' ), 'primary', 'save', false ); ?> 762 762 </div> 763 763 <div class="clear"></div> -
trunk/src/bp-groups/bp-groups-admin.php
r10090 r10127 988 988 989 989 <div id="publishing-action"> 990 <?php submit_button( __( 'Save Changes', 'buddypress' ), 'primary', 'save', false , array( 'tabindex' => '4' )); ?>990 <?php submit_button( __( 'Save Changes', 'buddypress' ), 'primary', 'save', false ); ?> 991 991 </div> 992 992 <div class="clear"></div> -
trunk/src/bp-members/bp-members-admin.php
r9877 r10127 1013 1013 <div id="publishing-action"> 1014 1014 <a class="button bp-view-profile" href="<?php echo esc_url( bp_core_get_user_domain( $user->ID ) ); ?>" target="_blank"><?php esc_html_e( 'View Profile', 'buddypress' ); ?></a> 1015 <?php submit_button( esc_html__( 'Update Profile', 'buddypress' ), 'primary', 'save', false , array( 'tabindex' => '4' )); ?>1015 <?php submit_button( esc_html__( 'Update Profile', 'buddypress' ), 'primary', 'save', false ); ?> 1016 1016 </div> 1017 1017 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.