<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[15000] trunk/wp-admin: Settings help.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15000">15000</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-05-27 19:05:59 +0000 (Thu, 27 May 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Settings help. props duck_, see <a href="http://trac.wordpress.org/ticket/13467">#13467</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminoptionsdiscussionphp">trunk/wp-admin/options-discussion.php</a></li>
<li><a href="#trunkwpadminoptionsgeneralphp">trunk/wp-admin/options-general.php</a></li>
<li><a href="#trunkwpadminoptionsmediaphp">trunk/wp-admin/options-media.php</a></li>
<li><a href="#trunkwpadminoptionspermalinkphp">trunk/wp-admin/options-permalink.php</a></li>
<li><a href="#trunkwpadminoptionsprivacyphp">trunk/wp-admin/options-privacy.php</a></li>
<li><a href="#trunkwpadminoptionsreadingphp">trunk/wp-admin/options-reading.php</a></li>
<li><a href="#trunkwpadminoptionswritingphp">trunk/wp-admin/options-writing.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminoptionsdiscussionphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-discussion.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-discussion.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-discussion.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -15,6 +15,14 @@
</span><span class="cx"> $title = __('Discussion Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won&amp;#8217;t all fit here! :) Use the documentation link below to get information on what each discussion setting does.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_Discussion_SubPanel&quot;&gt;Discussion Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> include('./admin-header.php');
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminoptionsgeneralphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-general.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-general.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-general.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -50,7 +50,17 @@
</span><span class="cx"> }
</span><span class="cx"> add_filter('admin_head', 'add_js');
</span><span class="cx"> 
</span><del>-add_contextual_help($current_screen, __('&lt;a href=&quot;http://codex.wordpress.org/Settings_General_SubPanel&quot;&gt;General Settings Documentation&lt;/a&gt;'));
</del><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('The fields on this screen determine some of the basics of your site setup.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('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.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('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.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('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.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('UTC means Coordinated Universal Time.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_General_SubPanel&quot;&gt;General Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
</ins><span class="cx"> 
</span><span class="cx"> include('./admin-header.php');
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpadminoptionsmediaphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-media.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-media.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-media.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -15,6 +15,16 @@
</span><span class="cx"> $title = __('Media Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('You can set maximum sizes for images in the Add An Image popup window which appears when you insert images into your written content. These sizes can set limits for three of your four options; you can also insert an image as Full Size.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('The Embed option allows for any URL linking to a video, image, or other media content to automatically become embedded in your post or page. Just type that URL on its own line when you&amp;#8217;re creating your content.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('Uploading Options gives you folder and path choices for storing your files in your installation&amp;#8217;s directory.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_Media_SubPanel&quot;&gt;Media Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> include('./admin-header.php');
</span><span class="cx"> 
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwpadminoptionspermalinkphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-permalink.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-permalink.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-permalink.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -15,6 +15,19 @@
</span><span class="cx"> $title = __('Permalink Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This screen provides some common options for your default permalinks URL structure.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by %, will also appear in the custom structure field and your path can be further modified there.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %category% or %tag%.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('Note that permalinks beginning with structure tags calling Category, Tag, Author, or Postname require more advanced server resources. Double-check your hosting details to make sure those are in place or start your permalinks with other structure tags.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('The Optional fields lets you have add a base name that will appear in archive URLs intead of &amp;#8220;category&amp;#8221; or &amp;#8220;tag.&amp;#8221; For example, the page listing all posts in the category &amp;#8220;uncategorized&amp;#8221; could be /topics/uncategorized instead of category/uncategorized.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_Permalinks_SubPanel&quot;&gt;Permalinks Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Using_Permalinks&quot;&gt;Using Permalinks Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> /**
</span><span class="cx">  * Display JavaScript on the page.
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkwpadminoptionsprivacyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-privacy.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-privacy.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-privacy.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -15,6 +15,15 @@
</span><span class="cx"> $title = __('Privacy Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the second option here. Note that your privacy is not complete; your site is still visible on the web.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('When this setting is in effect a reminder is shown in the header of these administration screens that says, &quot;Search Engines Blocked,&quot; to remind you that your site is not being crawled.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_Privacy_SubPanel&quot;&gt;Privacy Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> include('./admin-header.php');
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminoptionsreadingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-reading.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-reading.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-reading.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -15,6 +15,16 @@
</span><span class="cx"> $title = __( 'Reading Settings' );
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('This screen contains the settings that affect the display of your content.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You can choose what&amp;#8217;s displayed on the front page of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static home page, you first need to create two &lt;a href=&quot;post-new.php?post_type=page&quot;&gt;Pages&lt;/a&gt;. One will become the front page, and the other will be where your posts are displayed.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display, whether to show full text or a summary, and the character set encoding.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_Reading_SubPanel&quot;&gt;Reading Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> include( './admin-header.php' );
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadminoptionswritingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-writing.php (14999 => 15000)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-writing.php        2010-05-27 18:57:07 UTC (rev 14999)
+++ trunk/wp-admin/options-writing.php        2010-05-27 19:05:59 UTC (rev 15000)
</span><span class="lines">@@ -15,6 +15,14 @@
</span><span class="cx"> $title = __('Writing Settings');
</span><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+        '&lt;p&gt;' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within these administration screens, while the rest control external publishing methods. For more information on any of these methods, use the documentation links below.') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '&lt;/p&gt;' .
+        '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://codex.wordpress.org/Settings_Writing_SubPanel&quot;&gt;Writing Settings Documentation&lt;/a&gt;') . '&lt;/p&gt;' .
+        '&lt;p&gt;' . __('&lt;a href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> include('./admin-header.php');
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>