Parse error (critical) with update 1.2.0
-
Hello,
the update to 1.2.0 causes an PHP Parse error: syntax error, unexpected ‘)’ in /wp-content/plugins/convert-to-blocks/includes/ConvertToBlocks/Settings.php on line 260
…because there is a comma too much.The correct code will be:
printf(
esc_html__( 'A filter hook (post_type_supports_convert_to_blocks) is already active.', 'convert-to-blocks' )
);Best regards,
BenThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parse error (critical) with update 1.2.0’ is closed to new replies.