Skip to:
Content

BuddyPress.org

Changeset 9547


Ignore:
Timestamp:
02/24/2015 03:18:37 AM (9 years ago)
Author:
tw2113
Message:

Adds hooks documentation for bp-core-admin-tools.php.

See #5940.

File:
1 edited

Legend:

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

    r9503 r9547  
    145145    ksort( $repair_list );
    146146
     147    /**
     148     * Filters the array of the repair list.
     149     *
     150     * @since BuddyPress (2.0.0)
     151     *
     152     * @param array $repair_list Array of values for the Repair list options.
     153     */
    147154    return (array) apply_filters( 'bp_repair_list', $repair_list );
    148155}
     
    365372        <h2><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h2>
    366373
    367         <?php do_action( 'bp_network_tool_box' ); ?>
     374        <?php
     375
     376        /**
     377         * Fires inside the markup used to display the Available Tools page.
     378         *
     379         * @since BuddyPress (2.0.0)
     380         */
     381        do_action( 'bp_network_tool_box' ); ?>
    368382
    369383    </div>
Note: See TracChangeset for help on using the changeset viewer.