- Timestamp:
- 11/24/2016 06:42:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
r10904 r11246 398 398 <?php if ( $can_change_visibility ) : ?> 399 399 400 < a href="#" class="button visibility-toggle-link"><?php esc_html_e( 'Change', 'buddypress' ); ?></a>400 <button type="button" class="button visibility-toggle-link"><?php esc_html_e( 'Change', 'buddypress' ); ?></button> 401 401 402 402 <?php endif; ?> … … 412 412 413 413 </fieldset> 414 < a class="button field-visibility-settings-close" href="#"><?php esc_html_e( 'Close', 'buddypress' ); ?></a>414 <button type="button" class="button field-visibility-settings-close"><?php esc_html_e( 'Close', 'buddypress' ); ?></button> 415 415 </div> 416 416
Note: See TracChangeset
for help on using the changeset viewer.