Ticket #12918: 12918.diff
File 12918.diff, 667 bytes (added by , 15 years ago) |
---|
-
wp-settings.php
172 172 // Create common globals. 173 173 require( ABSPATH . WPINC . '/vars.php' ); 174 174 175 // Make taxonomies a vailable to plugins and themes.176 // @plugin authors: warning: th is getsregistered again on the init hook.175 // Make taxonomies and posts available to plugins and themes. 176 // @plugin authors: warning: these get registered again on the init hook. 177 177 create_initial_taxonomies(); 178 create_initial_post_types(); 178 179 179 180 // Load active plugins. 180 181 foreach ( wp_get_active_and_valid_plugins() as $plugin )