Make WordPress Core


Ignore:
Timestamp:
02/28/2005 04:45:58 AM (21 years ago)
Author:
ryan
Message:

Localize time format. http://mosquito.wordpress.org/view.php?id=994

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r2392 r2393  
    185185        add_option('what_to_show', 'posts');
    186186        add_option('date_format', __('F j, Y'));
    187         add_option('time_format', 'g:i a');
     187        add_option('time_format', __('g:i a'));
    188188        add_option('links_updated_date_format', __('F j, Y g:i a'));
    189189        add_option('links_recently_updated_prepend', '<em>');
Note: See TracChangeset for help on using the changeset viewer.