Make WordPress Core

Ticket #25496: 25496.diff

File 25496.diff, 405 bytes (added by dougwollison, 12 years ago)

Revised doc in .diff format.

  • wp-admin/tools.php

     
    6464endif;
    6565endif;
    6666
     67/**
     68 * Fires actions to be run before end end of the tool-box wrapper.
     69 *
     70 * Can be used to print out additional tool-box divs.
     71 *
     72 * @since 2.8.0
     73 */
    6774do_action( 'tool_box' );
    6875?>
    6976</div>