Changeset 181 for trunk/wp-config.php
- Timestamp:
- Apr 19, 2009, 9:22:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config.php
r179 r181 98 98 } 99 99 100 if (is_wordpress_style()) { 100 // It judges it here because it does in is_index_page() through feed to which the permalink is set. 101 if (is_wordpress_style() || is_feed()) { 101 102 require_once( ABSPATH . WPINC . '/template-loader.php' ); 102 103 } else {
Note: See TracChangeset
for help on using the changeset viewer.