mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
d73c180c9d
commit
6e4b84f073
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user