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
This commit is contained in:
Andrew Ozz 2015-03-17 01:19:27 +00:00
parent 9e1d17ad36
commit c04a1affd1
3 changed files with 3 additions and 3 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 ) {

View File

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