Make WordPress Core

Changeset 3572


Ignore:
Timestamp:
02/28/2006 01:52:59 AM (19 years ago)
Author:
ryan
Message:

_SERVER is not escaped by magic_quotes_gpc so don't strip it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r3570 r3572  
    193193    $_POST   = stripslashes_deep($_POST  );
    194194    $_COOKIE = stripslashes_deep($_COOKIE);
    195     $_SERVER = stripslashes_deep($_SERVER);
    196195}
    197196
Note: See TracChangeset for help on using the changeset viewer.