Skip to content

Commit 07df29a

Browse files
feat: change 'true' to true
1 parent ff23ab9 commit 07df29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/canonical.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ function redirect_guess_404_permalink() {
978978
'update_post_term_cache' => false,
979979
'fields' => 'ids',
980980
'orderby' => 'none',
981-
'suppress_filters' => 'true',
981+
'suppress_filters' => true,
982982
);
983983

984984
if ( $strict_guess ) {

0 commit comments

Comments
 (0)