Changeset 38467 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 08/31/2016 06:41:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r38462 r38467 2897 2897 * 2898 2898 * @since 2.6.0 2899 *2900 * @global bool $is_IE Whether the browser matches an Internet Explorer user agent.2901 2899 */ 2902 2900 function get_shortcut_link() { 2903 global $is_IE;2904 2905 2901 $link = ''; 2906 2902 2907 if ( $is_IE) {2903 if ( wp_is_IE() ) { 2908 2904 /* 2909 2905 * Return the old/shorter bookmarklet code for MSIE 8 and lower,
Note: See TracChangeset
for help on using the changeset viewer.