Changeset 5472
- Timestamp:
- 09/08/2014 08:06:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/template.php
r5471 r5472 1334 1334 1335 1335 // 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 ); 1337 1337 1338 1338 return apply_filters( 'bbp_edit_user_contact_methods', $contact_methods );
Note: See TracChangeset
for help on using the changeset viewer.