mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
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:
parent
9dbf550f9e
commit
77aea25489
@ -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><?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>
|
<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>
|
</div>
|
||||||
<?php endif; ?>
|
<?php
|
||||||
|
endif;
|
||||||
|
|
||||||
|
do_action( 'tool_box' );
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
include('admin-footer.php');
|
include('admin-footer.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user