Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c2c65e

Browse files
feat: 🎸 ORN-1134 linter changes
✅ Closes: ORN-1134
1 parenta1147fc commit4c2c65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/filter-query.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public function apply_filters( $query_args, $source, $args, $context, $info ) {
330330
* @return bool
331331
*/
332332
privatefunctionis_like_operator(string$operator ):bool {
333-
returnin_array($operator, ['like','notLike' ] );
333+
returnin_array($operator, ['like','notLike' ],true );
334334
}
335335

336336
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp