diff options
author | Yury German <blueknight@gentoo.org> | 2016-04-26 00:51:29 -0400 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2016-04-26 00:51:29 -0400 |
commit | da108071d5fb8098d567616db234caacf55a7b51 (patch) | |
tree | 7a2dc3a0589b74c57ab0d0c412ce733069307c50 /plugins/jetpack/modules/after-the-deadline | |
parent | Update plugin akismet to 3.1.10 (diff) | |
download | blogs-gentoo-da108071d5fb8098d567616db234caacf55a7b51.tar.gz blogs-gentoo-da108071d5fb8098d567616db234caacf55a7b51.tar.bz2 blogs-gentoo-da108071d5fb8098d567616db234caacf55a7b51.zip |
Adding jetpack-4.0.2
Diffstat (limited to 'plugins/jetpack/modules/after-the-deadline')
-rw-r--r-- | plugins/jetpack/modules/after-the-deadline/config-options.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/after-the-deadline/config-options.php b/plugins/jetpack/modules/after-the-deadline/config-options.php index 10ca96c6..2b325146 100644 --- a/plugins/jetpack/modules/after-the-deadline/config-options.php +++ b/plugins/jetpack/modules/after-the-deadline/config-options.php @@ -80,7 +80,7 @@ function AtD_display_options_form() { echo '<br />'; AtD_print_option( 'Redundant Expression', __('Redundant Phrases', 'jetpack'), $options_show_types ); ?></p> - <p><?php printf( __( '<a href="%s">Learn more</a> about these options.', 'jetpack' ), 'http://support.wordpress.com/proofreading/' ); + <p><?php printf( __( '<a href="%s" target="_blank">Learn more</a> about these options.', 'jetpack' ), 'http://support.wordpress.com/proofreading/' ); ?></p> <p style="font-weight: bold"><?php _e( 'Language', 'jetpack' ); ?></font> |