Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/19/2025 01:12:19 PM (17 months ago)
Author:
espellcaste
Message:

WPCS - miscellaneous fixes for the BP Settings component.

See #9174
See #9173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/bp-settings-template.php

    r14077 r14124  
    7979        }
    8080
    81         if ( bp_get_displayed_user_email() == $pending_email['newemail'] ) {
     81        if ( bp_get_displayed_user_email() === $pending_email['newemail'] ) {
    8282                return;
    8383        }
Note: See TracChangeset for help on using the changeset viewer.