XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 19, 2009, 9:22:29 PM (15 years ago)
Author:
toemon
Message:

#107 request_url.phpでのurlチェックでパーマリンクが設定してあると、feedが正しく設定されないバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/request_url.php

    r166 r181  
    2222        // index.php check 
    2323        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.  
    2526                        return true; 
    2627                } 
Note: See TracChangeset for help on using the changeset viewer.