Ticket #9644: 9644.2.diff
File 9644.2.diff, 519 bytes (added by , 16 years ago) |
---|
-
wp-settings.php
528 528 529 529 require (ABSPATH . WPINC . '/vars.php'); 530 530 531 // make taxonomies available to plugins and themes 532 // @plugin authors: warning: this gets registered again on the init hook 533 create_initial_taxonomies(); 534 531 535 // Check for hacks file if the option is enabled 532 536 if ( get_option('hack_file') ) { 533 537 if ( file_exists(ABSPATH . 'my-hacks.php') )