Changeset 38459 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 08/31/2016 05:48:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r38411 r38459 2898 2898 * @since 2.6.0 2899 2899 * 2900 * @global bool $is_IE Whether the browser matches an Internet Explorer user agent. 2901 * @global string $wp_version WP version. 2902 * 2903 * @global bool $is_IE 2904 * @global string $wp_version 2900 * @global bool $is_IE Whether the browser matches an Internet Explorer user agent. 2905 2901 * @global WP_Press_This $wp_press_this 2906 2902 * … … 2908 2904 */ 2909 2905 function get_shortcut_link() { 2910 global $is_IE , $wp_version;2906 global $is_IE; 2911 2907 2912 2908 $GLOBALS['wp_press_this'] = new WP_Press_This();
Note: See TracChangeset
for help on using the changeset viewer.