mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Localize time format. http://mosquito.wordpress.org/view.php?id=994
git-svn-id: https://develop.svn.wordpress.org/trunk@2393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>');
|
||||
|
||||
Reference in New Issue
Block a user