Press This: bump bookmarklet's version. See #31657.
git-svn-id: https://develop.svn.wordpress.org/trunk@31800 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
820fe85082
commit
21da2ccd85
@ -38,7 +38,7 @@ class WP_Press_This {
|
||||
return array(
|
||||
// Used to trigger the bookmarklet update notice.
|
||||
// Needs to be set here and in get_shortcut_link() in wp-includes/link-template.php.
|
||||
'version' => '7',
|
||||
'version' => '8',
|
||||
|
||||
/**
|
||||
* Filter whether or not Press This should redirect the user in the parent window upon save.
|
||||
|
@ -2600,7 +2600,7 @@ function paginate_comments_links($args = array()) {
|
||||
function get_shortcut_link() {
|
||||
global $is_IE, $wp_version;
|
||||
|
||||
$bookmarklet_version = '7';
|
||||
$bookmarklet_version = '8';
|
||||
$link = '';
|
||||
|
||||
if ( $is_IE ) {
|
||||
|
Loading…
Reference in New Issue
Block a user