Changeset 38468 for trunk/src/wp-includes/vars.php
- Timestamp:
- 08/31/2016 03:21:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/vars.php
r38467 r38468 140 140 return $is_mobile; 141 141 } 142 143 /**144 * @since 4.7.0145 *146 * @global bool $is_IE Whether the current user agent is Internet Explorer147 *148 * @return bool Return the value of the $is_IE global.149 */150 function wp_is_IE() {151 global $is_IE;152 return $is_IE;153 }
Note: See TracChangeset
for help on using the changeset viewer.