Changeset 13433 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 03/07/2023 04:28:08 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13431 r13433 1311 1311 1312 1312 // Create a "View" link. 1313 $url = bp_ core_get_user_domain( $user_id );1313 $url = bp_members_get_user_url( $user_id ); 1314 1314 $actions['view'] = sprintf( '<a href="%1$s">%2$s</a>', esc_url( $url ), esc_html__( 'View', 'buddypress' ) ); 1315 1315
Note: See TracChangeset
for help on using the changeset viewer.