Ticket #32893: 32893-1.diff
File 32893-1.diff, 1.2 KB (added by , 9 years ago) |
---|
-
options-general.php
82 82 add_action('admin_head', 'options_general_add_js'); 83 83 84 84 $options_help = '<p>' . __('The fields on this screen determine some of the basics of your site setup.') . '</p>' . 85 '<p>' . __('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.') . '</p>'; 85 '<p>' . __('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.') . '</p>' . 86 '<p>' . __('Site Icon creates a favicon and app icons for your site. Icon applies for front end and admin panel as well.') . '</p>'; 86 87 87 88 if ( ! is_multisite() ) { 88 89 $options_help .= '<p>' . __('The WordPress URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.') . '</p>' .