Make WordPress Core


Ignore:
Timestamp:
04/15/2009 07:55:41 PM (16 years ago)
Author:
azaozz
Message:

Disable PHP error reporting in gears-manifest.php, load-scripts.php and load-styles.php since they don't load wp-settings, fix some notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/load-scripts.php

    r10871 r10939  
    11<?php
     2
     3/**
     4 * Disable error reporting
     5 *
     6 * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging
     7 */
     8error_reporting(0);
    29
    310/** Set ABSPATH for execution */
Note: See TracChangeset for help on using the changeset viewer.