Changeset 9664 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/searchform.php
- Timestamp:
- 03/31/2020 11:21:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/searchform.php
r9597 r9664 18 18 <?php 19 19 $tab = null; 20 if ( 'wporg_compat_before_single_view' === current_action() ) {20 if ( in_array( current_action(), [ 'bbp_template_before_pagination_loop', 'wporg_compat_before_single_view' ] ) ) { 21 21 $placeholder = _x( 'Search this forum', 'placeholder', 'wporg-forums' ); 22 22 $project = wporg_support_get_compat_object();
Note: See TracChangeset
for help on using the changeset viewer.