Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/02/2024 11:12:58 AM (9 months ago)
Author:
imath
Message:

Activity Admin: fix an error happening when performing a search

This regression was introduced in r13816.

Props respawnsive

See #9142 (trunk)
Closes https://github.com/buddypress/buddypress/pull/276

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r13816 r13842  
    11841184                    <?php
    11851185                    /* translators: %s: the activity search terms */
    1186                     printf( esc_html__( 'Search results for &#8220;%s&#8221;', 'buddypress' ), esc_html( wp_html_excerpt( stripslashes( $_REQUEST['s'] ) ), 50 ) );
     1186                    printf( esc_html__( 'Search results for &#8220;%s&#8221;', 'buddypress' ), esc_html( wp_html_excerpt( stripslashes( $_REQUEST['s'] ), 50 ) ) );
    11871187                    ?>
    11881188                </span>
Note: See TracChangeset for help on using the changeset viewer.