XPressME Integration Kit

Trac

Changeset 181 for trunk/wp-config.php


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/wp-config.php

    r179 r181  
    9898        } 
    9999 
    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()) { 
    101102                require_once( ABSPATH . WPINC . '/template-loader.php' ); 
    102103        } else { 
Note: See TracChangeset for help on using the changeset viewer.