Changeset 31800
- Timestamp:
- 03/17/2015 01:18:01 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r31799 r31800 39 39 // Used to trigger the bookmarklet update notice. 40 40 // Needs to be set here and in get_shortcut_link() in wp-includes/link-template.php. 41 'version' => ' 7',41 'version' => '8', 42 42 43 43 /** -
trunk/src/wp-includes/link-template.php
r31693 r31800 2601 2601 global $is_IE, $wp_version; 2602 2602 2603 $bookmarklet_version = ' 7';2603 $bookmarklet_version = '8'; 2604 2604 $link = ''; 2605 2605
Note: See TracChangeset
for help on using the changeset viewer.