Localize date formats. http://mosquito.wordpress.org/view.php?id=994
git-svn-id: https://develop.svn.wordpress.org/trunk@2392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fe0c277b19
commit
d38853b93a
@ -183,9 +183,9 @@ function populate_options() {
|
||||
add_option('default_post_edit_rows', 9);
|
||||
add_option('posts_per_page', 10);
|
||||
add_option('what_to_show', 'posts');
|
||||
add_option('date_format', 'F j, Y');
|
||||
add_option('date_format', __('F j, Y'));
|
||||
add_option('time_format', 'g:i a');
|
||||
add_option('links_updated_date_format', 'F j, Y 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>');
|
||||
add_option('links_recently_updated_time', 120);
|
||||
|
Loading…
Reference in New Issue
Block a user