PHP Warning: printf() Too few arguments
-
Hi,
I get these PHP warnings everytime I load the /wp-admin/post.php file.
I guess you didn’t notice that because it happens for the dutch translations. The warning is for row 230 in file
/wp-content/plugins/crayon-syntax-highlighter/util/tag-editor/crayon_tag_editor_wp.class.phprow 230 is about some text and I guess the translation is missing some %s:
printf(crayon__('If a relative local path is given it will be appended to %s - which is defined in %sCrayon > Settings > Files%s.'), '<span class="crayon-te-quote">' . get_home_url() . '/' . CrayonGlobalSettings::val(CrayonSettings::LOCAL_PATH) . '</span>', '<a href="options-general.php?page=crayon_settings" target="_blank">', '</a>');I hope that helps
The topic ‘PHP Warning: printf() Too few arguments’ is closed to new replies.