Changeset 181 for trunk/include/request_url.php
- Timestamp:
- Apr 19, 2009, 9:22:29 PM (16 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.