git-svn-id: https://develop.svn.wordpress.org/trunk@2392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-02-28 03:27:19 +00:00
parent fe0c277b19
commit d38853b93a
1 changed files with 2 additions and 2 deletions

View File

@ -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);