Press This: Use correct URL for update bookmarklet link.

props kraftbj.
fixes #31461.

git-svn-id: https://develop.svn.wordpress.org/trunk@31556 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-02-26 08:47:30 +00:00
parent d73c180c9d
commit 6e4b84f073
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ class WP_Press_This {
<div class="editor-wrapper">
<div class="alerts">
<p class="alert is-notice is-hidden should-upgrade-bookmarklet">
<?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php?page=press_this_options' ) ); ?>
<?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php' ) ); ?>
</p>
</div>