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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-29 19:15:32 +00:00
parent 9dbf550f9e
commit 77aea25489

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');