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:
parent
c2041721e9
commit
c4977b5b6b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user