git-svn-id: https://develop.svn.wordpress.org/trunk@2393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-02-28 04:45:58 +00:00
parent d38853b93a
commit b0f67bf998
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ function populate_options() {
add_option('posts_per_page', 10);
add_option('what_to_show', 'posts');
add_option('date_format', __('F j, Y'));
add_option('time_format', 'g:i a');
add_option('time_format', __('g:i a'));
add_option('links_updated_date_format', __('F j, Y g:i a'));
add_option('links_recently_updated_prepend', '<em>');
add_option('links_recently_updated_append', '</em>');