diff --git a/changelog.txt b/changelog.txt index 5442d58..171dd33 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,7 @@ * Fixed: form element errors are now displayed correctly on horizontal forms and hidden on inline forms * Fixed: plugin constant definitions now happen on 'plugins_loaded' hook * Fixed: typo 'dismissable' in alert setting / class is now 'dismissible' +* Fixed: readme link to 'Additional Settings' now translateable = 1.2.4 = * Tweaked: added textdomain for translate.wordpress.org diff --git a/modifications.php b/modifications.php index 3c9175a..023cbd6 100644 --- a/modifications.php +++ b/modifications.php @@ -254,7 +254,7 @@ function cf7bs_editor_panel_additional_settings( $post ) { wpcf7_editor_panel_additional_settings( $post ); $output = ob_get_clean(); - $output = str_replace( 'http://contactform7.com/additional-settings/', 'https://wordpress.org/plugins/bootstrap-for-contact-form-7/other_notes/', $output ); + $output = str_replace( 'http://contactform7.com/additional-settings/', __( 'https://wordpress.org/plugins/bootstrap-for-contact-form-7/other_notes/', 'bootstrap-for-contact-form-7' ), $output ); echo $output; }