Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2024 10:25:38 PM (14 months ago)
Author:
imath
Message:

BP Nouveau: improve PHP code standards using WPCS

See #7228 (branch 12.0)

File:
1 edited

Legend:

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

    r12156 r13821  
    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.