Make WordPress Core

Ticket #9644: 9644.2.diff

File 9644.2.diff, 519 bytes (added by Denis-de-Bernardy, 16 years ago)
  • wp-settings.php

     
    528528
    529529require (ABSPATH . WPINC . '/vars.php');
    530530
     531// make taxonomies available to plugins and themes
     532// @plugin authors: warning: this gets registered again on the init hook
     533create_initial_taxonomies();
     534
    531535// Check for hacks file if the option is enabled
    532536if ( get_option('hack_file') ) {
    533537        if ( file_exists(ABSPATH . 'my-hacks.php') )