XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 20, 2009, 5:33:30 PM (15 years ago)
Author:
toemon
Message:

#109 Ver1.XからのアップデートでサイトURLやブログURLが変わるバグ修正
アップデート時にはURLのセットを行っていませんでしたが、アップデート時に正しいURLをセットするようにしました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/xpressme.php

    r155 r182  
    2828} 
    2929add_action("wp_meta" , "wp_meta_add_xpress_menu");                      // add xpress menu  in wp_meta 
     30         
     31//Site URL check 
     32add_filter('option_home',                       "safe_site_url_filter"); 
     33add_filter('option_siteurl',            "safe_site_url_filter"); 
     34         
    3035 
    3136//XOOPS Bloack Cache Refresh 
     
    7176 
    7277 
    73  
    7478//The trackback and the pingback are excluded from the count of the comment.  
    7579add_filter('get_comments_number', 'xpress_comment_count', 0); 
Note: See TracChangeset for help on using the changeset viewer.