Make WordPress Core


Ignore:
Timestamp:
02/18/2010 11:17:06 PM (15 years ago)
Author:
nacin
Message:

Move deprecated pluggable functions to a new file to lower their profile. Also throw deprecated warnings if a plugin defines a deprecated pluggable function. See #11388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r13159 r13204  
    177177// Load pluggable functions.
    178178require( ABSPATH . WPINC . '/pluggable.php' );
     179require( ABSPATH . WPINC . '/pluggable-deprecated.php' );
    179180
    180181// Set internal encoding.
Note: See TracChangeset for help on using the changeset viewer.