Make WordPress Core

Ticket #32893: 32893-1.diff

File 32893-1.diff, 1.2 KB (added by rabmalin, 9 years ago)
  • options-general.php

     
    8282add_action('admin_head', 'options_general_add_js');
    8383
    8484$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>';
    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>' .