Ticket #25496: 25496.diff
File 25496.diff, 405 bytes (added by , 12 years ago) |
---|
-
wp-admin/tools.php
64 64 endif; 65 65 endif; 66 66 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 */ 67 74 do_action( 'tool_box' ); 68 75 ?> 69 76 </div>