Make WordPress Core


Ignore:
Timestamp:
05/27/2010 07:05:59 PM (15 years ago)
Author:
nacin
Message:

Settings help. props duck_, see #13467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r14989 r15000  
    5151add_filter('admin_head', 'add_js');
    5252
    53 add_contextual_help($current_screen, __('<a href="http://codex.wordpress.org/Settings_General_SubPanel">General Settings Documentation</a>'));
     53add_contextual_help($current_screen,
     54    '<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>' .
     56    '<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>' .
     57    '<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>' .
     58    '<p>' . __('UTC means Coordinated Universal Time.') . '</p>' .
     59    '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
     60    '<p><strong>' . __('For more information:') . '</strong></p>' .
     61    '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_SubPanel">General Settings Documentation</a>') . '</p>' .
     62    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     63);
    5464
    5565include('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.