Changeset 6197
- Timestamp:
- 12/01/2017 10:26:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php
r5199 r6197 718 718 } 719 719 720 if ( $args['locale'] && $args['locale'] !== 'en' && $args['locale'] !== 'en_US' ) {720 if ( $args['locale'] && $args['locale'] !== 'en' && substr( $args['locale'], 0, 3 ) !== 'en_' ) { 721 721 $locale = $args['locale']; 722 722
Note: See TracChangeset
for help on using the changeset viewer.