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/groups/groups-loop.php

    r13646 r13820  
    4949                                        sprintf(
    5050                                            '<span data-livestamp="%1$s">%2$s</span>',
    51                                             bp_core_get_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ),
     51                                            esc_attr( bp_core_get_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ) ),
    5252                                            esc_html( bp_get_group_last_active() )
    5353                                        )
Note: See TracChangeset for help on using the changeset viewer.