Changeset 156
- Timestamp:
- Apr 5, 2009, 10:21:01 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/oninstall.php
r152 r156 77 77 /* add new option for uploads */ 78 78 // update_option('uploads_use_yearmonth_folders', 1); 79 // update_option('upload_path', $module->getVar("dirname"));79 update_option('upload_path', 'wp-content/uploads'); 80 80 81 81 -
trunk/xoops_version.php
r152 r156 31 31 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 32 32 $modversion['description'] = constant( '_MI_XPRESS_DESC'); 33 $modversion['version'] = "0.2 3";33 $modversion['version'] = "0.24"; 34 34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 35 35 $modversion['author'] = "toemon (http://www.toemon.com)"; … … 40 40 41 41 // status 42 $modversion['codename'] = "r15 2";42 $modversion['codename'] = "r156"; 43 43 44 44 // onInstall, onUpdate, onUninstall
Note: See TracChangeset
for help on using the changeset viewer.