- Timestamp:
- 02/15/2019 09:41:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
r8260 r8261 468 468 // Checks to see if the error-throwing expression is prepended with the @ control operator. 469 469 // See https://secure.php.net/manual/en/function.set-error-handler.php 470 if ( 0 === error_reporting() ) {470 if ( 0 === (int) error_reporting() ) { 471 471 return false; 472 472 }
Note: See TracChangeset
for help on using the changeset viewer.