“Reply to Comment” broken
-
Your function “add_metabox_in_editor” added to filter “the_editor” in controller/controller-comments.php:125 breaks the functionality “Reply to Comment” in WP backend. (wp-admin/edit-comments.php?p=xxxx, then click “Reply” below a comment)
The following error occurs:
Warning: printf(): Too few arguments in wp-includes/class-wp-editor.php on line 293This is because the German translation (languages/wp_gdpr-de_DE.po:40) has a %s pattern where there is no %s in the original text.
You should replace the %s with the word “Datenschutzerkl?rung”.
de_DE_formal is also affected.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘“Reply to Comment” broken’ is closed to new replies.