Skip to content

Commit 93f864d

Browse files
committed
Sync includes from pro version and update i18n files
- Replace entire includes folder with pro version - Remove pro/ subfolder from includes - Remove Freemius premium initialization from class-main.php - Regenerate POT file and update PO/MO files
1 parent 52f53ae commit 93f864d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

includes/class-better-search-core-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function prepare_query_args( $args = array() ) {
281281
}
282282

283283
// If post_types is empty or if we want all the post types.
284-
if ( empty( $post_types ) || ( is_array( $post_types ) && in_array( 'any', $post_types, true ) ) || 'any' === $post_types ) {
284+
if ( empty( $post_types ) || in_array( 'any', $post_types, true ) ) {
285285
$post_types = wp_parse_list( bsearch_get_option( 'post_types' ) );
286286
}
287287

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-02-10T19:18:24+00:00\n"
12+
"POT-Creation-Date: 2026-02-15T03:57:02+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: better-search\n"

0 commit comments

Comments
 (0)