Making WordPress.org


Ignore:
Timestamp:
12/08/2022 01:14:24 AM (22 months ago)
Author:
dd32
Message:

HelpScout: Use the right WP_User field in [12307].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/profile.php

    r12307 r12308  
    2121
    2222        // 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 ) {
    2424            $html .= '<p>Account Email: ' . esc_html( $user->user_email ) . '</p>';
    2525        }
Note: See TracChangeset for help on using the changeset viewer.