From c04a1affd1d21afe3148a9038f3465dacdd8c99e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 17 Mar 2015 01:19:27 +0000 Subject: [PATCH] Press This: bump bookmarklet's version. See #31657. Built from https://develop.svn.wordpress.org/trunk@31800 git-svn-id: http://core.svn.wordpress.org/trunk@31782 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-press-this.php | 2 +- wp-includes/link-template.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-press-this.php b/wp-admin/includes/class-wp-press-this.php index 6f3d97f333..d94985e5d5 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/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/wp-includes/link-template.php b/wp-includes/link-template.php index 19e5d00108..865874c227 100644 --- a/wp-includes/link-template.php +++ b/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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a24fdbb3e..300fc61ae3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta1-31799'; +$wp_version = '4.2-beta1-31800'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.