Changeset 5162 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
- Timestamp:
- 03/22/2017 07:23:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
r5075 r5162 85 85 } elseif ( $is_wp_search ) { 86 86 $search_terms = get_search_query( false ); 87 } 88 89 if ( isset( $_GET['intext'] ) ) { 90 $search_terms .= ' intext:"' . esc_attr( $_GET['intext'] ) . '"'; 87 91 } 88 92
Note: See TracChangeset
for help on using the changeset viewer.