- Timestamp:
- Jul 23, 2009, 5:55:58 PM (15 years ago)
- Location:
- trunk/xpressme_integration_kit/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/oninstall.php
r252 r345 162 162 163 163 // Rewrite Option for Xpress 164 // update_option("blog_charset", wp_blog_charset()); 164 if (WPLANG == 'ja_EUC') { 165 $setup_charset = 'EUC-JP'; 166 } elseif(WPLANG == 'ja_SJIS') { 167 $setup_charset = 'Shift_JIS'; 168 } else { 169 $setup_charset = 'UTF-8'; 170 } 171 update_option("blog_charset", $setup_charset); 172 165 173 update_option('blogname', $site_name ); 166 174 update_option('blogdescription', 'WordPress for XOOPS'); -
trunk/xpressme_integration_kit/include/onupdate.php
r277 r345 53 53 // } 54 54 55 // update_option("blog_charset", wp_blog_charset());56 55 return true ; 57 56 }
Note: See TracChangeset
for help on using the changeset viewer.