Changeset 181
- Timestamp:
- Apr 19, 2009, 9:22:29 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/request_url.php
r166 r181 22 22 // index.php check 23 23 if (strstr($php_query_string,'preview') === false) { 24 if (strstr($php_query_string,'feed') === false) { 24 if (strstr($php_query_string,'feed') === false) { 25 // Because the judgment is difficult, the feed to which the permalink is set is confirmed here by the after processing. 25 26 return true; 26 27 } -
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 { -
trunk/xoops_version.php
r180 r181 40 40 41 41 // status 42 $modversion['codename'] = "Bata2(r18 0)";42 $modversion['codename'] = "Bata2(r181)"; 43 43 44 44 // onInstall, onUpdate, onUninstall
Note: See TracChangeset
for help on using the changeset viewer.