Fix doc that references global scope.

This commit is contained in:
John Blackbourn 2018-01-13 18:30:11 +00:00
parent cc92f5bac7
commit 493f3f3687

View file

@ -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;
}