has_action and has_filter. see #5231

git-svn-id: http://svn.automattic.com/wordpress/trunk@6320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2007-11-07 04:30:11 +00:00
parent 902cc8e985
commit 1e320a469e
4 changed files with 68 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ function wp_unregister_GLOBALS() {
wp_unregister_GLOBALS();
unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate );
unset( $wp_filter, $wp_action, $cache_lastcommentmodified, $cache_lastpostdate );
if ( ! isset($blog_id) )
$blog_id = 1;