Skip to:
Content

BuddyPress.org

Ticket #6701: 6701.patch

File 6701.patch, 2.6 KB (added by mercime, 11 years ago)
  • src/bp-xprofile/classes/class-bp-xprofile-field.php

     
    12201220                do_action( 'xprofile_field_before_submitbox', $this ); ?>
    12211221
    12221222                <div id="submitdiv" class="postbox">
    1223                         <h3><?php esc_html_e( 'Submit', 'buddypress' ); ?></h3>
     1223                        <h2><?php esc_html_e( 'Submit', 'buddypress' ); ?></h2>
    12241224                        <div class="inside">
    12251225                                <div id="submitcomment" class="submitbox">
    12261226                                        <div id="major-publishing-actions">
     
    12861286                </div>
    12871287
    12881288                <div class="postbox">
    1289                         <h3><?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>
    12901290                        <div class="inside">
    12911291                                <label for="description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label>
    12921292                                <textarea name="description" id="description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea>
     
    13181318                ?>
    13191319
    13201320                <div id="member-types-div" class="postbox">
    1321                         <h3><?php _e( 'Member Types', 'buddypress' ); ?></h3>
     1321                        <h2><?php _e( 'Member Types', 'buddypress' ); ?></h2>
    13221322                        <div class="inside">
    13231323                                <p class="description"><?php _e( 'This field should be available to:', 'buddypress' ); ?></p>
    13241324
     
    13641364                } ?>
    13651365
    13661366                <div class="postbox">
    1367                         <h3><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>
    13681368                        <div class="inside">
    13691369                                <div>
    13701370                                        <select name="default-visibility" id="default-visibility">
     
    14131413                } ?>
    14141414
    14151415                <div class="postbox">
    1416                         <h3><label for="required"><?php esc_html_e( 'Requirement', 'buddypress' ); ?></label></h3>
     1416                        <h2><label for="required"><?php esc_html_e( 'Requirement', 'buddypress' ); ?></label></h2>
    14171417                        <div class="inside">
    14181418                                <select name="required" id="required">
    14191419                                        <option value="0"<?php selected( $this->is_required, '0' ); ?>><?php esc_html_e( 'Not Required', 'buddypress' ); ?></option>
     
    14401440                } ?>
    14411441
    14421442                <div class="postbox">
    1443                         <h3><label for="fieldtype"><?php esc_html_e( 'Type', 'buddypress'); ?></label></h3>
     1443                        <h2><label for="fieldtype"><?php esc_html_e( 'Type', 'buddypress'); ?></label></h2>
    14441444                        <div class="inside">
    14451445                                <select name="fieldtype" id="fieldtype" onchange="show_options(this.value)" style="width: 30%">
    14461446