Make WordPress Core

Changeset 31800


Ignore:
Timestamp:
03/17/2015 01:18:01 AM (11 years ago)
Author:
azaozz
Message:

Press This: bump bookmarklet's version. See #31657.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r31799 r31800  
    3939                        // Used to trigger the bookmarklet update notice.
    4040                        // Needs to be set here and in get_shortcut_link() in wp-includes/link-template.php.
    41                         'version' => '7',
     41                        'version' => '8',
    4242
    4343                        /**
  • trunk/src/wp-includes/link-template.php

    r31693 r31800  
    26012601        global $is_IE, $wp_version;
    26022602
    2603         $bookmarklet_version = '7';
     2603        $bookmarklet_version = '8';
    26042604        $link = '';
    26052605
Note: See TracChangeset for help on using the changeset viewer.