Changeset 11486 for trunk/wp-admin/tools.php
- Timestamp:
- 05/29/2009 07:15:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r11380 r11486 87 87 <p class="pressthis"><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo esc_attr(__('Press This')) ?>"><?php _e('Press This') ?></a></p> 88 88 </div> 89 <?php endif; ?> 89 <?php 90 endif; 91 92 do_action( 'tool_box' ); 93 ?> 90 94 </div> 91 95 <?php
Note: See TracChangeset
for help on using the changeset viewer.