Localize date formats. http://mosquito.wordpress.org/view.php?id=994
git-svn-id: http://svn.automattic.com/wordpress/trunk@2392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
139adf7c5c
commit
299e5c6f36
|
@ -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