Skip to:
Content

BuddyPress.org

Changeset 12968


Ignore:
Timestamp:
06/12/2021 10:03:15 AM (5 years ago)
Author:
imath
Message:

Fix a paragraph mismatching closing tag in xProfile Fields Admin

The Signup Fields tab description was wrongly using </a> instead of </p>.

Props sbrajesh

See #8483 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-admin.php

    r12955 r12968  
    323323                <div id="tabs-signup-group"" class="tab-wrapper">
    324324                    <div class="tab-toolbar">
    325                         <p class="description"><?php esc_html_e( 'Drag fields from other groups and drop them on the above tab to include them into your registration form.', 'buddypress' ); ?></a>
     325                        <p class="description"><?php esc_html_e( 'Drag fields from other groups and drop them on the above tab to include them into your registration form.', 'buddypress' ); ?></p>
    326326                    </div>
    327327                    <fieldset id="signup-fields" class="connectedSortable field-group" aria-live="polite" aria-atomic="true" aria-relevant="all">
Note: See TracChangeset for help on using the changeset viewer.