Changeset 10855 for trunk/wp-admin/tools.php
- Timestamp:
- 04/01/2009 05:41:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r10746 r10855 78 78 </div> 79 79 80 <?php if ( current_user_can(' publish_posts') ) : ?>80 <?php if ( current_user_can('edit_posts') ) : ?> 81 81 <div class="tool-box"> 82 82 <h3 class="title"><?php _e('Press This') ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.