Make WordPress Core

Ticket #25496: 25496.3.diff

File 25496.3.diff, 347 bytes (added by DrewAPicture, 12 years ago)
  • src/wp-admin/tools.php

     
    6464endif;
    6565endif;
    6666
     67/**
     68 * Fires at the end of the Tools Administration screen.
     69 *
     70 * @since 2.8.0
     71 */
    6772do_action( 'tool_box' );
    6873?>
    6974</div>