Ticket #26249: 26249.2.diff
File 26249.2.diff, 715 bytes (added by , 7 years ago) |
---|
-
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 servers 10 * with known permalink capability. 9 * Only attempts to check for Apache, Nginx and IIS -- three web 10 * servers with known pretty permalink capability. 11 * 12 * Note: Though Nginx is detected, WordPress does not currently 13 * generate rewrite rules for it. See http://codex.wordpress.org/Nginx 11 14 * 12 15 * @package WordPress 13 16 */