Changeset 14041 for trunk/wp-settings.php
- Timestamp:
- 04/08/2010 04:45:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r14000 r14041 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.
Note: See TracChangeset
for help on using the changeset viewer.