Make WordPress Core

Changeset 25937


Ignore:
Timestamp:
10/26/2013 07:22:08 PM (13 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/tool.php.

Props dougwollison for the initial patch.
Fixes #25496.

File:
1 edited

Legend:

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

    r25616 r25937  
    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?>
Note: See TracChangeset for help on using the changeset viewer.