Changeset 9988
- Timestamp:
- 11/30/2008 10:20:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r9943 r9988 78 78 </div> 79 79 80 <?php if ( current_user_can('publish_posts') ) : ?> 80 81 <div class="tool-box"> 81 82 <h3 class="title"><?php _e('Press This') ?></h3> … … 83 84 <p class="pressthis"><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p> 84 85 </div> 85 86 <?php endif; ?> 86 87 </div> 87 88 <?php
Note: See TracChangeset
for help on using the changeset viewer.