Skip to:
Content

BuddyPress.org

Changeset 10233


Ignore:
Timestamp:
10/10/2015 04:17:21 PM (9 years ago)
Author:
djpaul
Message:

xprofile: fix incorrect capitalisation of BP_XProfile_Field class name

File:
1 edited

Legend:

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

    r10232 r10233  
    541541
    542542function xprofile_check_is_required_field( $field_id ) {
    543     $field  = new BP_Xprofile_Field( $field_id );
     543    $field  = new BP_XProfile_Field( $field_id );
    544544    $retval = false;
    545545
     
    559559 */
    560560function xprofile_get_field_id_from_name( $field_name ) {
    561     return BP_Xprofile_Field::get_id_from_name( $field_name );
     561    return BP_XProfile_Field::get_id_from_name( $field_name );
    562562}
    563563
Note: See TracChangeset for help on using the changeset viewer.