Changeset 31120 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/10/2015 04:58:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r31090 r31120 3620 3620 * via ISAPI then pretty permalinks will not work. 3621 3621 */ 3622 $supports_permalinks = class_exists('DOMDocument') && isset($_SERVER['IIS_UrlRewriteModule']) && ( php_sapi_name()== 'cgi-fcgi' );3622 $supports_permalinks = class_exists('DOMDocument') && isset($_SERVER['IIS_UrlRewriteModule']) && ( PHP_SAPI == 'cgi-fcgi' ); 3623 3623 } 3624 3624
Note: See TracChangeset
for help on using the changeset viewer.