Skip to:
Content

BuddyPress.org

Changeset 9059


Ignore:
Timestamp:
10/03/2014 05:50:28 PM (12 years ago)
Author:
r-a-y
Message:

XProfile: Add missing error hook to the "URL" profile field type.

Fixes #5886 (2.1-branch).

Props unsalkorkmaz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/src/bp-xprofile/bp-xprofile-classes.php

    r8991 r9059  
    27412741                </label>
    27422742
     2743                <?php do_action( bp_get_the_profile_field_errors_action() ); ?>
     2744
    27432745                <input <?php echo $this->get_edit_field_html_elements( $r ); ?>>
    27442746
Note: See TracChangeset for help on using the changeset viewer.