Make WordPress Core

Changeset 6320 for trunk/wp-settings.php


Ignore:
Timestamp:
11/07/2007 04:30:11 AM (16 years ago)
Author:
ryan
Message:

has_action and has_filter. see #5231

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r6299 r6320  
    2121wp_unregister_GLOBALS();
    2222
    23 unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate );
     23unset( $wp_filter, $wp_action, $cache_lastcommentmodified, $cache_lastpostdate );
    2424
    2525if ( ! isset($blog_id) )
Note: See TracChangeset for help on using the changeset viewer.