Changeset 7998 for trunk/wp-includes/functions.php
- Timestamp:
- 05/27/2008 05:46:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r7921 r7998 1766 1766 } 1767 1767 1768 function is_ssl() { 1769 return ( 'on' == strtolower($_SERVER['HTTPS']) ) ? true : false; 1770 } 1768 1771 ?>
Note: See TracChangeset
for help on using the changeset viewer.