Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2020 06:09:20 PM (5 years ago)
Author:
imath
Message:

xProfile: fix PHP Code standards in inline comments

props fayazgabol

Fixes #8211

File:
1 edited

Legend:

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

    r12529 r12533  
    467467    $field->user_id  = $user_id;
    468468
    469     // Gets un/reserialized via xprofile_sanitize_data_value_before_save()
     469    // Gets un/reserialized via xprofile_sanitize_data_value_before_save().
    470470    $field->value    = maybe_serialize( $value );
    471471
     
    11981198    }
    11991199
    1200     // @todo - This is where you'd swap out for current_user_can() checks
     1200    // @todo - This is where you'd swap out for current_user_can() checks.
    12011201    $hidden_levels = bp_xprofile_get_hidden_field_types_for_user( $displayed_user_id, $current_user_id );
    12021202    $hidden_fields = bp_xprofile_get_fields_by_visibility_levels( $displayed_user_id, $hidden_levels );
Note: See TracChangeset for help on using the changeset viewer.