Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2017 09:05:04 PM (8 years ago)
Author:
mercime
Message:

xProfile: Move descriptions to right beside respective form controls.

See #7348.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php

    r11253 r11617  
    8787                <?php bp_the_profile_field_required_label(); ?>
    8888            </legend>
     89
     90            <?php if ( bp_get_the_profile_field_description() ) : ?>
     91                <p class="description" tabindex="0"><?php bp_the_profile_field_description(); ?></p>
     92            <?php endif; ?>
    8993
    9094            <div class="input-options datebox-selects">
Note: See TracChangeset for help on using the changeset viewer.