Changeset 13820 for trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php
- Timestamp:
- 04/28/2024 10:08:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php
r13437 r13820 26 26 27 27 <?php if ( bp_nouveau_group_has_meta( 'status' ) ) : ?> 28 <p class="highlight group-status"><strong><?php echo esc_html( bp_nouveau_the_group_meta( array( 'keys' => 'status' )) ); ?></strong></p>28 <p class="highlight group-status"><strong><?php bp_nouveau_the_group_meta( array( 'keys' => 'status' ) ); ?></strong></p> 29 29 <?php endif; ?> 30 30 … … 36 36 sprintf( 37 37 '<span data-livestamp="%1$s">%2$s</span>', 38 bp_core_get_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false) ) ),38 esc_attr( bp_core_get_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ) ), 39 39 esc_html( bp_get_group_last_active() ) 40 40 ) … … 61 61 <div class="item-meta"> 62 62 63 <?php echobp_nouveau_the_group_meta( array( 'keys' => 'extra' ) ); ?>63 <?php bp_nouveau_the_group_meta( array( 'keys' => 'extra' ) ); ?> 64 64 65 65 </div><!-- .item-meta -->
Note: See TracChangeset
for help on using the changeset viewer.