Changeset 22908 for trunk/wp-admin/index.php
- Timestamp:
- 11/28/2012 10:28:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r22812 r22908 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( 'create_posts') ) {79 if ( current_user_can( get_post_type_object( 'post' )->cap->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.