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:
parent
9e1d17ad36
commit
c04a1affd1
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue