Make WordPress Core


Ignore:
Timestamp:
05/29/2009 07:15:32 PM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tools.php

    r11380 r11486  
    8787    <p class="pressthis"><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo esc_attr(__('Press This')) ?>"><?php _e('Press This') ?></a></p>
    8888</div>
    89 <?php endif; ?>
     89<?php
     90endif;
     91
     92do_action( 'tool_box' );
     93?>
    9094</div>
    9195<?php
Note: See TracChangeset for help on using the changeset viewer.