Changeset 10361
- Timestamp:
- 11/16/2015 08:04:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10357 r10361 1221 1221 1222 1222 <div id="submitdiv" class="postbox"> 1223 <h 3><?php esc_html_e( 'Submit', 'buddypress' ); ?></h3>1223 <h2><?php esc_html_e( 'Submit', 'buddypress' ); ?></h2> 1224 1224 <div class="inside"> 1225 1225 <div id="submitcomment" class="submitbox"> … … 1287 1287 1288 1288 <div class="postbox"> 1289 <h 3><?php echo esc_html_x( 'Description', 'XProfile admin edit field', 'buddypress' ); ?></h3>1289 <h2><?php echo esc_html_x( 'Description', 'XProfile admin edit field', 'buddypress' ); ?></h2> 1290 1290 <div class="inside"> 1291 1291 <label for="description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label> … … 1319 1319 1320 1320 <div id="member-types-div" class="postbox"> 1321 <h 3><?php _e( 'Member Types', 'buddypress' ); ?></h3>1321 <h2><?php _e( 'Member Types', 'buddypress' ); ?></h2> 1322 1322 <div class="inside"> 1323 1323 <p class="description"><?php _e( 'This field should be available to:', 'buddypress' ); ?></p> … … 1365 1365 1366 1366 <div class="postbox"> 1367 <h 3><label for="default-visibility"><?php esc_html_e( 'Visibility', 'buddypress' ); ?></label></h3>1367 <h2><label for="default-visibility"><?php esc_html_e( 'Visibility', 'buddypress' ); ?></label></h2> 1368 1368 <div class="inside"> 1369 1369 <div> … … 1414 1414 1415 1415 <div class="postbox"> 1416 <h 3><label for="required"><?php esc_html_e( 'Requirement', 'buddypress' ); ?></label></h3>1416 <h2><label for="required"><?php esc_html_e( 'Requirement', 'buddypress' ); ?></label></h2> 1417 1417 <div class="inside"> 1418 1418 <select name="required" id="required"> … … 1441 1441 1442 1442 <div class="postbox"> 1443 <h 3><label for="fieldtype"><?php esc_html_e( 'Type', 'buddypress'); ?></label></h3>1443 <h2><label for="fieldtype"><?php esc_html_e( 'Type', 'buddypress'); ?></label></h2> 1444 1444 <div class="inside"> 1445 1445 <select name="fieldtype" id="fieldtype" onchange="show_options(this.value)" style="width: 30%">
Note: See TracChangeset
for help on using the changeset viewer.