Changeset 12930 for trunk/src/bp-core/admin/bp-core-admin-optouts.php
- Timestamp:
- 04/29/2021 08:31:02 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-optouts.php
r12911 r12930 328 328 if ( $usersearch ) { 329 329 $num_results = (int) $bp_optouts_list_table->total_items; 330 printf( '<p><span class="subtitle">' . esc_html( _n( 'Opt-out with an email address matching “%s”', 'Opt-outs with an email address matching “%s”', $num_results, 'buddypress' ) ) . '</span></p>', esc_html( $usersearch ) ); 330 printf( 331 '<p><span class="subtitle">%s</span></p>', 332 sprintf( 333 esc_html( 334 /* translators: %s: the searched email. */ 335 _n( 'Opt-out with an email address matching “%s”', 'Opt-outs with an email address matching “%s”', $num_results, 'buddypress' ) 336 ), 337 esc_html( $usersearch ) 338 ) 339 ); 331 340 } 332 341 ?>
Note: See TracChangeset
for help on using the changeset viewer.