Skip to content

Commit aed6303

Browse files
justlevinemindctrl
andauthored
Update src/wp-includes/ai-client.php
Co-authored-by: John Parris <[email protected]>
1 parent 6afd7c1 commit aed6303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/ai-client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function wp_supports_ai(): bool {
3232
*
3333
* @param bool $is_enabled Whether the current request should use AI. Default to true.
3434
*/
35-
return (bool) apply_filters( 'wp_supports_ai', true );=
35+
return (bool) apply_filters( 'wp_supports_ai', true );
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)