Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/vars.php

    r25767 r25880  
    9696
    9797/**
    98  * Whether the server software is Nginx or something else 
    99  * @global bool $is_nginx 
    100  */ 
    101 $is_nginx = (strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false); 
    102  
     98 * Whether the server software is Nginx or something else
     99 * @global bool $is_nginx
     100 */
     101$is_nginx = (strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false);
     102
    103103/**
    104104 * Whether the server software is IIS or something else
Note: See TracChangeset for help on using the changeset viewer.