- Timestamp:
- 05/10/2022 04:03:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/forums.php
r11296 r11823 6 6 7 7 // default empty output 8 $html = '';8 $html = ''; 9 9 // look up profile url by email 10 $user = get_user_by( 'email', $request->customer->email ); 10 $email = get_user_email_for_email( $request ); 11 $user = get_user_by( 'email', $email ); 11 12 12 13 // Include Notes
Note: See TracChangeset
for help on using the changeset viewer.