Ticket #26249: vars.php.diff
File vars.php.diff, 581 bytes (added by , 7 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 12 * @package WordPress 13 13 */