Ticket #26249: 26249.diff
| File 26249.diff, 775 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/vars.php
6 6 * for the browser to set which one is currently being used. 7 7 * 8 8 * Detects which user environment WordPress is being used on. 9 * Only attempts to check for Apache and IIS. Two web servers10 * with known permalink capability.9 * Only attempts to check for Apache, Nginx and IIS -- three web 10 * servers with known permalink capability. 11 11 * 12 * Note: The $is_nginx global serves only to differentiate between 13 * it and other web servers. No permalinks configuration rules are 14 * suggested for sites running the Nginx web server. 15 * 12 16 * @package WordPress 13 17 */ 14 18