Changeset 13843
- Timestamp:
- 05/02/2024 11:14:05 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-activity/bp-activity-admin.php
r13817 r13843 1184 1184 <?php 1185 1185 /* translators: %s: the activity search terms */ 1186 printf( esc_html__( 'Search results for “%s”', 'buddypress' ), esc_html( wp_html_excerpt( stripslashes( $_REQUEST['s'] ) ), 50) );1186 printf( esc_html__( 'Search results for “%s”', 'buddypress' ), esc_html( wp_html_excerpt( stripslashes( $_REQUEST['s'] ), 50 ) ) ); 1187 1187 ?> 1188 1188 </span>
Note: See TracChangeset
for help on using the changeset viewer.