- Timestamp:
- 12/08/2022 01:14:24 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/profile.php
r12307 r12308 21 21 22 22 // When the Displayed account email doesn't match the email being displayed, output the user email address too. 23 if ( ! empty( $request->customer->email ) && $request->customer->email !== $user-> email ) {23 if ( ! empty( $request->customer->email ) && $request->customer->email !== $user->user_email ) { 24 24 $html .= '<p>Account Email: ' . esc_html( $user->user_email ) . '</p>'; 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.