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:
Andrew Ozz 2015-03-17 01:18:01 +00:00
parent 820fe85082
commit 21da2ccd85
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 ) {