Make WordPress Core

Changeset 6514 for trunk/wp-settings.php


Ignore:
Timestamp:
12/28/2007 09:17:42 PM (16 years ago)
Author:
westi
Message:

Mark functions and files as deprecated. Fixes #4361 props docwhat and darkdragon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r6447 r6514  
    157157   error_reporting(E_ALL);
    158158} else {
    159    error_reporting(E_ALL ^ E_NOTICE);
     159   error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
    160160}
    161161
Note: See TracChangeset for help on using the changeset viewer.