diff --git a/inc/class-profiler.php b/inc/class-profiler.php index de3f835..5c662b0 100644 --- a/inc/class-profiler.php +++ b/inc/class-profiler.php @@ -432,7 +432,7 @@ class Profiler { define( 'WP_USE_THEMES', true ); - // Template is normally loaded in global stage, so we need to replicate + // Template is normally loaded in global scope, so we need to replicate foreach( $GLOBALS as $key => $value ) { global $$key; }