Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/03/2026 01:04:31 AM (5 weeks ago)
Author:
espellcaste
Message:

WPCS: Complete strict comparison modernization.

Use strict equality and array matching throughout the remaining components and template packs, normalizing legacy IDs, statuses, and values where needed.

Props espellcaste.
See #9174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-adminbar.php

    r13503 r14262  
    7373
    7474                        // Title is specific for delete.
    75                         if ( 'delete-group' == $menu->slug ) {
     75                        if ( 'delete-group' === $menu->slug ) {
    7676                                /* translators: %s the group menu name */
    7777                                $title = sprintf( _x( '%s Group', 'Group WP Admin Bar delete link', 'buddypress' ), $menu->name );
Note: See TracChangeset for help on using the changeset viewer.