mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Localize time format. http://mosquito.wordpress.org/view.php?id=994
git-svn-id: http://svn.automattic.com/wordpress/trunk@2393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
299e5c6f36
commit
d40a808df3
@ -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>');
|
||||
|
Loading…
Reference in New Issue
Block a user