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/single/group-header.php

    r13437 r13820  
    3333                sprintf(
    3434                    '<span data-livestamp="%1$s">%2$s</span>',
    35                     bp_core_get_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ),
     35                    esc_attr( bp_core_get_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ) ),
    3636                    esc_html( bp_get_group_last_active() )
    3737                )
     
    5858        <div class="item-meta">
    5959
    60             <?php echo bp_nouveau_the_group_meta( array( 'keys' => 'extra' ) ); ?>
     60            <?php bp_nouveau_the_group_meta( array( 'keys' => 'extra' ) ); ?>
    6161
    6262        </div><!-- .item-meta -->
Note: See TracChangeset for help on using the changeset viewer.