git-svn-id: http://svn.automattic.com/wordpress/trunk@2392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-02-28 03:27:19 +00:00
parent 139adf7c5c
commit 299e5c6f36
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);