diff -r f507feede89a -r 09a1c134465b web/wp-admin/options-general.php --- a/web/wp-admin/options-general.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-admin/options-general.php Wed Dec 19 17:46:52 2012 -0800 @@ -20,10 +20,9 @@ /** * Display JavaScript on the page. * - * @package WordPress - * @subpackage General_Settings_Screen + * @since 3.5.0 */ -function add_js() { +function options_general_add_js() { ?> ' . __('The fields on this screen determine some of the basics of your site setup.') . '

' . '

' . __('Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.') . '

'; @@ -231,12 +230,12 @@
' . __('Custom:') . ' ' . date_i18n( get_option('date_format') ) . " \n"; + echo '/> ' . __('Custom:') . ' ' . date_i18n( get_option('date_format') ) . " \n"; echo "\t

" . __('Documentation on date and time formatting.') . "

\n"; ?> @@ -264,11 +263,11 @@
' . __('Custom:') . ' ' . date_i18n( get_option('time_format') ) . " \n"; + echo '/> ' . __('Custom:') . ' ' . date_i18n( get_option('time_format') ) . " \n"; ; ?>