Skip to content

Commit

Permalink
Unset variables after used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayue committed May 19, 2012
1 parent 35e8a48 commit 6dc3be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.php
Expand Up @@ -40,6 +40,7 @@
$wp_settings_content = file_get_contents(ABSPATH.'/wp-settings.php');
$offset = strpos($wp_settings_content, '// Load the l18n library.');
eval(substr($wp_settings_content, $offset));
unset($wp_settings_content, $offset);

require dirname( __FILE__ ) . '/lib/testcase.php';
require dirname( __FILE__ ) . '/lib/exceptions.php';

0 comments on commit 6dc3be4

Please sign in to comment.