'content'=>'<p>'.__('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.').'</p>'.
'<p>'.__('You must click the Save Changes button at the bottom of the screen for new settings to take effect.').'</p>',
));
get_current_screen()->add_help_tab(array(
'id'=>'options-press',
'title'=>__('Press This'),
'content'=>'<p>'.__('Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you’ll be on your way to easier content creation. Clicking on it while on another website opens a popup window with all these options.').'</p>',
));
if(is_multisite()){
$post_email_help='<p>'.__('Due to security issues, you cannot use Post By Email on Multisite Installs.').'</p>';
}else{
$post_email_help='<p>'.__('Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret e-mail account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.').'</p>';
}
get_current_screen()->add_help_tab(array(
'id'=>'options-postemail',
'title'=>__('Post Via Email'),
'content'=>$post_email_help,
));
get_current_screen()->add_help_tab(array(
'id'=>'options-remote',
'title'=>__('Remote Publishing'),
'content'=>'<p>'.__('Remote Publishing allows you to use an external editor (like the iOS or Android app) to write your posts.').'</p>',
));
get_current_screen()->add_help_tab(array(
'id'=>'options-services',
'title'=>__('Update Services'),
'content'=>'<p>'.__('If desired, WordPress will automatically alert various services of your new posts.').'</p>',
<p><?php_e('Press This is a bookmarklet: a little app that runs in your browser and lets you grab bits of the web.');?></p>
<p><?php_e('Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site.');?></p>
<p><?php_e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.')?></p>
<pclass="description"><?php_e('If your bookmarks toolbar is hidden: copy the code below, open your Bookmarks manager, create new bookmark, type Press This into the name field and paste the code into the URL field.')?></p>
<p><?phpprintf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <kbd>%s</kbd>, <kbd>%s</kbd>, <kbd>%s</kbd>.'),wp_generate_password(8,false),wp_generate_password(8,false),wp_generate_password(8,false))?></p>
<p><?phpprintf(__('To post to WordPress from a desktop blogging client or remote website that uses the Atom Publishing Protocol or one of the XML-RPC publishing interfaces you must enable them below.'))?></p>
<p><labelfor="ping_sites"><?php_e('When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="http://codex.wordpress.org/Update_Services">Update Services</a> on the Codex. Separate multiple service <abbr title="Universal Resource Locator">URL</abbr>s with line breaks.')?></label></p>
<p><?phpprintf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your site’s <a href="%s">privacy settings</a>.'),'options-privacy.php');?></p>