Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2024 10:08:00 PM (5 months ago)
Author:
imath
Message:

BP Nouveau: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php

    r12156 r13820  
    3232                    printf(
    3333                        /* translators: %s = profile field group name */
    34                         __( 'Editing "%s" Profile Group', 'buddypress' ),
    35                         bp_get_the_profile_group_name()
    36                     )
     34                        esc_html__( 'Editing "%s" Profile Group', 'buddypress' ),
     35                        esc_html( bp_get_the_profile_group_name() )
     36                    );
    3737                    ?>
    3838                </h3>
Note: See TracChangeset for help on using the changeset viewer.