Changeset 2393
- Timestamp:
- 02/28/2005 04:45:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-schema.php
r2392 r2393 185 185 add_option('what_to_show', 'posts'); 186 186 add_option('date_format', __('F j, Y')); 187 add_option('time_format', 'g:i a');187 add_option('time_format', __('g:i a')); 188 188 add_option('links_updated_date_format', __('F j, Y g:i a')); 189 189 add_option('links_recently_updated_prepend', '<em>');
Note: See TracChangeset
for help on using the changeset viewer.