Skip to content

Commit

Permalink
link to readme now translateable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Nov 21, 2015
1 parent 4445538 commit 4c7d8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4c7d8bd

Please sign in to comment.