Press This: Use correct URL for update bookmarklet link.

props kraftbj.
fixes #31461.
Built from https://develop.svn.wordpress.org/trunk@31556


git-svn-id: http://core.svn.wordpress.org/trunk@31537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-02-26 08:48:25 +00:00
parent 4ce271ea86
commit 49dd31506f
2 changed files with 2 additions and 2 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>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31555';
$wp_version = '4.2-alpha-31556';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.