Fatal error: Missing format specifier at end of string in classifai.php:91
#743
Labels
type:bug
Something isn't working.
classifai.php:91
#743
Describe the bug
See in PHP 8.0.30
The
sprintf
function call doesn't include a format specifier for the string to be replaced. Instead of%s
it's%
.classifai/classifai.php
Line 91 in fd8991c
Running PHP 8.0 (and possibly other versions) this causes a fatal error during activation of the plugin.
Steps to Reproduce
npm i; composer i; npm run build
in the command lineScreenshots, screen recording, code snippet
Environment information
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: