Making WordPress.org

Changeset 7939


Ignore:
Timestamp:
12/05/2018 05:16:37 PM (8 years ago)
Author:
vedjain
Message:

Slack Notifications: Enable warnings and notices for slack notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php

    r7931 r7939  
    466466                E_COMPILE_ERROR,
    467467                E_PARSE,
    468 
    469                 // TODO: Enable notices once we get rid of all noisy E_WARNING.
    470                 // E_NOTICE,
    471                 // E_DEPRECATED,
    472                 // E_WARNING,
     468                E_NOTICE,
     469                E_DEPRECATED,
     470                E_WARNING,
    473471        );
    474472
Note: See TracChangeset for help on using the changeset viewer.