Skip to:
Content

bbPress.org

Changeset 5472


Ignore:
Timestamp:
09/08/2014 08:06:49 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Use wp_get_user_contact_methods() in bbp_get_user_contact_methods(). See #2570.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/template.php

    r5471 r5472  
    13341334
    13351335    // Get the core WordPress contact methods
    1336     $contact_methods = _wp_get_user_contactmethods( bbpress()->displayed_user );
     1336    $contact_methods = wp_get_user_contact_methods( bbpress()->displayed_user );
    13371337
    13381338    return apply_filters( 'bbp_edit_user_contact_methods', $contact_methods );
Note: See TracChangeset for help on using the changeset viewer.