Changeset 32106 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 04/10/2015 09:07:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r32042 r32106 2601 2601 global $is_IE, $wp_version; 2602 2602 2603 $bookmarklet_version = '8'; 2603 include_once( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' ); 2604 $bookmarklet_version = $GLOBALS['wp_press_this']->version; 2604 2605 $link = ''; 2605 2606
Note: See TracChangeset
for help on using the changeset viewer.