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:
parent
4ce271ea86
commit
49dd31506f
|
@ -775,7 +775,7 @@ class WP_Press_This {
|
||||||
<div class="editor-wrapper">
|
<div class="editor-wrapper">
|
||||||
<div class="alerts">
|
<div class="alerts">
|
||||||
<p class="alert is-notice is-hidden should-upgrade-bookmarklet">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue