Make WordPress Core

Ticket #32893: 32893.diff

File 32893.diff, 1.4 KB (added by obenland, 10 years ago)
  • src/wp-admin/options-general.php

     
    8181}
    8282add_action('admin_head', 'options_general_add_js');
    8383
    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>';
     84$options_help = '<p>' . __( 'The fields on this screen determine some of the basics of your site setup.' ) . '</p>' .
     85        '<p>' . __( 'The site title is displayed in the title bar of the browser and as the identifying name for syndicated feeds. Most themes also display it at the top of every page, often together with the tagline.' ) . '</p>' .
     86        '<p>' . __( 'Site Icon creates a browser icon (Favicon) and several app icons for your site. They are like an avatar for your site, giving it a visual representation.' ) . '</p>';
    8687
    8788if ( ! is_multisite() ) {
    8889        $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>' .