WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #39717
Ticket #39717
: wp-query-patch.patch
File wp-query-patch.patch,
137 bytes
(added by
msaari
,
8 years ago
)
Patch to correct /wp-includes/class-wp-query.php
Line
1
1310d1309
2
< $q['search_terms_count'] = count( $matches[0] );
3
1311a1311
4
> $q['search_terms_count'] = count( $q["search_terms"] );
Trac UI Preferences
Download in other formats:
Original Format