Translation
-
Some parts of the plugin are not translation ready, as an example:
wp_add_dashboard_widget('custom_help_widget', 'Contact Form 7 Antispam - Recap', array($this, 'cf7a_flamingo_recap') );should be
wp_add_dashboard_widget('custom_help_widget', __( 'Contact Form 7 Antispam - Recap', 'cf7-antispam' ), array($this, 'cf7a_flamingo_recap') );Please fix this,
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Translation’ is closed to new replies.