Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2024 12:23:47 PM (14 months ago)
Author:
imath
Message:

Core: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-core-bp-options-nav-backcompat.php

    r13507 r13818  
    4141        _doing_it_wrong(
    4242            'bp_nav',
    43             __( 'These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
     43            esc_html__( 'These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
    4444            '2.6.0'
    4545        );
     
    5858        _doing_it_wrong(
    5959            'bp_nav',
    60             __( 'These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
     60            esc_html__( 'These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead.', 'buddypress' ),
    6161            '2.6.0'
    6262        );
Note: See TracChangeset for help on using the changeset viewer.