Changeset 22291 for trunk/wp-admin/index.php
- Timestamp:
- 10/24/2012 10:15:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r22089 r22291 77 77 if ( current_user_can( 'publish_posts' ) ) 78 78 $help .= '<p>' . __('<strong>Incoming Links</strong> - Shows links to your site found by Google Blog Search.') . '</p>'; 79 if ( current_user_can( ' edit_posts' ) ) {79 if ( current_user_can( 'create_posts' ) ) { 80 80 $help .= '<p>' . __('<strong>QuickPress</strong> - Allows you to create a new post and either publish it or save it as a draft.') . '</p>'; 81 81 $help .= '<p>' . __('<strong>Recent Drafts</strong> - Displays links to the 5 most recent draft posts you’ve started.') . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.