Use new code style

This commit is contained in:
David Stone
2025-02-07 19:02:33 -07:00
parent 0181024ae1
commit 8433379d90
672 changed files with 37107 additions and 45249 deletions

View File

@ -10,7 +10,7 @@
* @since 2.1.0
*/
use \Rarst\wps\Plugin as Whoops;
use Rarst\wps\Plugin as Whoops;
return;
@ -19,10 +19,8 @@ return;
* or by setting the constant we used to have on previous versions.
*/
if (isset($_GET['whoops-disable']) || (defined('WP_ULTIMO_DISABLE_WHOOPS') && WP_ULTIMO_DISABLE_WHOOPS)) {
return;
} // end if;
}
$wu_whoops = new Whoops();