Make WordPress Core

Changeset 2516 for trunk/wp-settings.php


Ignore:
Timestamp:
04/04/2005 11:25:51 PM (21 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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();
Note: See TracChangeset for help on using the changeset viewer.