Changeset 10904 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 06/23/2016 05:39:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r10828 r10904 1230 1230 'link_class' => 'edit', 1231 1231 'link_text' => __( 'Edit Profile', 'buddypress' ), 1232 'link_title' => __( 'Edit Profile', 'buddypress' ),1233 1232 ) ); 1234 1233 } … … 1388 1387 <?php else : ?> 1389 1388 1390 <span class="field-visibility-settings-notoggle" title="<?php esc_attr_e( "This field's visibility cannot be changed.", 'buddypress' ); ?>"><?php bp_the_profile_field_visibility_level_label(); ?></span>1389 <span class="field-visibility-settings-notoggle"><?php bp_the_profile_field_visibility_level_label(); ?></span> 1391 1390 1392 1391 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.