<!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>[15011] trunk/wp-admin: Users help.</title>
</head>
<body>

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

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

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminusereditphp">trunk/wp-admin/user-edit.php</a></li>
<li><a href="#trunkwpadminusernewphp">trunk/wp-admin/user-new.php</a></li>
<li><a href="#trunkwpadminusersphp">trunk/wp-admin/users.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminusereditphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-edit.php (15010 => 15011)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-edit.php        2010-05-27 22:45:52 UTC (rev 15010)
+++ trunk/wp-admin/user-edit.php        2010-05-27 23:10:26 UTC (rev 15011)
</span><span class="lines">@@ -33,6 +33,19 @@
</span><span class="cx">         $submenu_file = 'profile.php';
</span><span class="cx"> $parent_file = 'users.php';
</span><span class="cx"> 
</span><ins>+// contextual help - choose Help on the top right of admin panel to preview this.
+add_contextual_help($current_screen,
+    '&lt;p&gt;' . __('Your profile contains information about you (your &quot;account&quot;) as well as some personal options related to using WordPress.') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things.') . '&lt;/p&gt;' . 
+    '&lt;p&gt;' . __('Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('Remember to click the Update Profile button when you are finished.') . '&lt;/p&gt;' . 
+    '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' . 
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Users_Your_Profile_SubPanel&quot;&gt;User Profile&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;' 
+);
+
+
</ins><span class="cx"> $wp_http_referer = remove_query_arg(array('update', 'delete_count'), stripslashes($wp_http_referer));
</span><span class="cx"> 
</span><span class="cx"> $all_post_caps = array('posts', 'pages');
</span></span></pre></div>
<a id="trunkwpadminusernewphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/user-new.php (15010 => 15011)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/user-new.php        2010-05-27 22:45:52 UTC (rev 15010)
+++ trunk/wp-admin/user-new.php        2010-05-27 23:10:26 UTC (rev 15011)
</span><span class="lines">@@ -108,6 +108,23 @@
</span><span class="cx"> $title = __('Add New User');
</span><span class="cx"> $parent_file = 'users.php';
</span><span class="cx"> 
</span><ins>+add_contextual_help($current_screen, 
+    '&lt;p&gt;' . __('To add a new user to your site, fill in the form on this screen. If you&amp;#8217;re not sure which role to assign, you can use the link below to review the different roles and their capabilities. Here is a basic overview of roles:') . '&lt;/p&gt;' . 
+    '&lt;ul style=&quot;list-style: inside;&quot;&gt;' . 
+        '&lt;li&gt;' . __('Administrators have access to all the administration features') . '&lt;/li&gt;' .
+        '&lt;li&gt;' . __('Editors can publish posts, manage posts as well as manage other people&amp;#8217;s posts, etc.')  . '&lt;/li&gt;' . 
+        '&lt;li&gt;' . __('Authors can publish and manage their own posts') . '&lt;/li&gt;' .
+        '&lt;li&gt;' . __('Contributors can write and manage their posts but not publish posts or upload media files') . '&lt;/li&gt;' . 
+        '&lt;li&gt;' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '&lt;/li&gt;' .  
+    '&lt;/ul&gt;' .
+    '&lt;p&gt;' . __('You must assign a password to the new user, but don&amp;#8217;t worry; when they log in for the first time they will be prompted to change it. The username, however, cannot be changed.') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('New users will receive an email letting them know they&amp;#8217;ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you do not the password to be included in the welcome email.') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '&lt;/p&gt;' .
+    '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Users_Add_New_SubPanel&quot;&gt;Add New Users&lt;/a&gt;') . '&lt;/p&gt;' . 
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;'
+);
+
</ins><span class="cx"> wp_enqueue_script('wp-ajax-response');
</span><span class="cx"> wp_enqueue_script('user-profile');
</span><span class="cx"> wp_enqueue_script('password-strength-meter');
</span></span></pre></div>
<a id="trunkwpadminusersphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/users.php (15010 => 15011)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/users.php        2010-05-27 22:45:52 UTC (rev 15010)
+++ trunk/wp-admin/users.php        2010-05-27 23:10:26 UTC (rev 15011)
</span><span class="lines">@@ -18,6 +18,17 @@
</span><span class="cx"> $title = __('Users');
</span><span class="cx"> $parent_file = 'users.php';
</span><span class="cx"> 
</span><ins>+// contextual help - choose Help on the top right of admin panel to preview this.
+add_contextual_help($current_screen,
+    '&lt;p&gt;' . __('This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options when they are logged in, based on their role.') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('You can customize the display of information on this screen as you can on other screens, by using the Screen Options tab and the on-screen filters.') . '&lt;/p&gt;' . 
+    '&lt;p&gt;' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Appearance menu section.') . '&lt;/p&gt;' . 
+    '&lt;p&gt;&lt;strong&gt;' . __('For more information:') . '&lt;/strong&gt;&lt;/p&gt;' .
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=http://codex.wordpress.org/Users_Authors_and_Users_SubPanel&quot;&gt;Documentation on Authors and Users&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Roles_and_Capabilities&quot;&gt;Roles and Capabilities Descriptions&lt;/a&gt;') . '&lt;/p&gt;' .
+    '&lt;p&gt;' . __('&lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/support/&quot;&gt;Support Forums&lt;/a&gt;') . '&lt;/p&gt;' 
+);
+
</ins><span class="cx"> $update = $doaction = '';
</span><span class="cx"> if ( isset($_REQUEST['action']) )
</span><span class="cx">         $doaction = $_REQUEST['action'] ? $_REQUEST['action'] : $_REQUEST['action2'];
</span></span></pre>
</div>
</div>

</body>
</html>