Changeset 3159:a7553434ee4c for admin/install/index.php
- Timestamp:
- 02/05/16 15:12:03 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/index.php
r3036 r3159 163 163 } 164 164 $blog_settings->system->put('date_format',$formatDate); 165 $blog_settings->system->put('date_formats', serialize($date_formats),'string','Date formats examples',true,true);166 $blog_settings->system->put('time_formats', serialize($time_formats),'string','Time formats examples',true,true);165 $blog_settings->system->put('date_formats',$date_formats,'array','Date formats examples',true,true); 166 $blog_settings->system->put('time_formats',$time_formats,'array','Time formats examples',true,true); 167 167 168 168 # Add repository URL for themes and plugins
Note: See TracChangeset
for help on using the changeset viewer.