Show
Ignore:
Timestamp:
04/04/05 23:25:51 (4 years ago)
Author:
ryan
Message:

Move plugin replacebale functions to pluggable-functions.php. http://mosquito.wordpress.org/view.php?id=1211

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r2501 r2516  
    119119} 
    120120 
     121require (ABSPATH . WPINC . '/pluggable-functions.php'); 
     122 
    121123if ( defined('WP_CACHE') && function_exists('wp_cache_postload') ) 
    122124    wp_cache_postload();