Skip to:
Content

BuddyPress.org

Changeset 13843


Ignore:
Timestamp:
05/02/2024 11:14:05 AM (10 months ago)
Author:
imath
Message:

Activity Admin: fix an error happening when performing a search

This regression was introduced in r13816.

Props respawnsive

Fixes #9142 (branch 12.0)

File:
1 edited

Legend:

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

    r13817 r13843  
    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.