Changeset 2393

Show
Ignore:
Timestamp:
02/28/05 04:45:58 (4 years ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>');