- Timestamp:
- 04/28/2024 10:08:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/classes.php
r13469 r13820 431 431 public function __get( $key = '' ) { 432 432 /* translators: %s is the name of the function to use instead of the deprecated one */ 433 _doing_it_wrong( 'bp_nouveau_group_meta', sprintf( __( 'Please use %s instead', 'buddypress' ), 'bp_nouveau_the_group_meta( array( \'keys\' => \'' . $key. '\' ) )' ) , '7.0.0' );433 _doing_it_wrong( 'bp_nouveau_group_meta', sprintf( esc_html__( 'Please use %s instead', 'buddypress' ), 'bp_nouveau_the_group_meta( array( \'keys\' => \'' . esc_html( $key ) . '\' ) )' ) , '7.0.0' ); 434 434 435 435 // Backwards compatibility.
Note: See TracChangeset
for help on using the changeset viewer.