From 21da2ccd85a7dfdfc2f3cb343e234714890f9cfc Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 17 Mar 2015 01:18:01 +0000 Subject: [PATCH] Press This: bump bookmarklet's version. See #31657. git-svn-id: https://develop.svn.wordpress.org/trunk@31800 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-press-this.php | 2 +- src/wp-includes/link-template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-press-this.php b/src/wp-admin/includes/class-wp-press-this.php index 6f3d97f333..d94985e5d5 100644 --- a/src/wp-admin/includes/class-wp-press-this.php +++ b/src/wp-admin/includes/class-wp-press-this.php @@ -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. diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 19e5d00108..865874c227 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -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 ) {