Ticket #6701: 6701.patch
| File 6701.patch, 2.6 KB (added by , 11 years ago) |
|---|
-
src/bp-xprofile/classes/class-bp-xprofile-field.php
1220 1220 do_action( 'xprofile_field_before_submitbox', $this ); ?> 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"> 1226 1226 <div id="major-publishing-actions"> … … 1286 1286 </div> 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> 1292 1292 <textarea name="description" id="description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> … … 1318 1318 ?> 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> 1324 1324 … … 1364 1364 } ?> 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> 1370 1370 <select name="default-visibility" id="default-visibility"> … … 1413 1413 } ?> 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"> 1419 1419 <option value="0"<?php selected( $this->is_required, '0' ); ?>><?php esc_html_e( 'Not Required', 'buddypress' ); ?></option> … … 1440 1440 } ?> 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%"> 1446 1446