X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..caeaf8dc94b5e3f75dc98ec92dc7b76049cdddb6:/wp-includes/vars.php diff --git a/wp-includes/vars.php b/wp-includes/vars.php index f1e67b62..996d1738 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -6,8 +6,11 @@ * for the browser to set which one is currently being used. * * Detects which user environment WordPress is being used on. - * Only attempts to check for Apache and IIS. Two web servers - * with known permalink capability. + * Only attempts to check for Apache, Nginx and IIS -- three web + * servers with known pretty permalink capability. + * + * Note: Though Nginx is detected, WordPress does not currently + * generate rewrite rules for it. See http://codex.wordpress.org/Nginx * * @package WordPress */