Make WordPress Core

Ticket #13467: generalsettings_help_update.patch

File generalsettings_help_update.patch, 1.9 KB (added by jane, 15 years ago)

Small edit to the general settings help text

  • wp-admin/options-general.php

     
    5252
    5353add_contextual_help($current_screen,
    5454        '<p>' . __('The fields on this screen determine some of the basics of your site setup.') . '</p>' .
    55         '<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, unless not allowed by your theme. The tagline is also displayed by many themes.') . '</p>' .
     55        '<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>' .
    5656        '<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>' .
    5757        '<p>' . __('If you want site visitors to be able to register themselves, as opposed to being registered by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site administrator.') . '</p>' .
    5858        '<p>' . __('UTC means Coordinated Universal Time.') . '</p>' .
    5959        '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    6060        '<p><strong>' . __('For more information:') . '</strong></p>' .
    61         '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_SubPanel">General Settings Documentation</a>') . '</p>' .
     61        '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_SubPanel">Documentation on General Settings</a>') . '</p>' .
    6262        '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
    6363);
    6464