Changeset 34348 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/20/2015 03:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r34265 r34348 3691 3691 * via ISAPI then pretty permalinks will not work. 3692 3692 */ 3693 $supports_permalinks = class_exists( 'DOMDocument') && isset($_SERVER['IIS_UrlRewriteModule']) && ( PHP_SAPI == 'cgi-fcgi' );3693 $supports_permalinks = class_exists( 'DOMDocument', false ) && isset($_SERVER['IIS_UrlRewriteModule']) && ( PHP_SAPI == 'cgi-fcgi' ); 3694 3694 } 3695 3695
Note: See TracChangeset
for help on using the changeset viewer.