Changeset 32650 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 05/29/2015 03:42:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r32611 r32650 2147 2147 * @staticvar bool $forced_content 2148 2148 * 2149 * @param string|bool $force2149 * @param bool $force 2150 2150 * @return bool True if forced, false if not forced. 2151 2151 */ 2152 2152 function force_ssl_content( $force = '' ) { 2153 static $forced_content ;2153 static $forced_content = false; 2154 2154 2155 2155 if ( '' != $force ) {
Note: See TracChangeset
for help on using the changeset viewer.