Add tool_box action to tools.php. Allows appending to tools.

git-svn-id: https://develop.svn.wordpress.org/trunk@11486 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-29 19:15:32 +00:00
parent c2041721e9
commit c4977b5b6b
1 changed files with 5 additions and 1 deletions

View File

@ -86,7 +86,11 @@ if ( ! $is_opera ) {
<p><?php _e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.') ?></p>
<p class="pressthis"><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo esc_attr(__('Press This')) ?>"><?php _e('Press This') ?></a></p>
</div>
<?php endif; ?>
<?php
endif;
do_action( 'tool_box' );
?>
</div>
<?php
include('admin-footer.php');