Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/19/2012 06:12:21 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Split admin tools Recount into two functions to handle form submission without duplicate admin notices. Fixes #1788.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-actions.php

    r3768 r3811  
    5656add_action( 'bbp_admin_init', 'bbp_register_admin_style'        );
    5757add_action( 'bbp_admin_init', 'bbp_register_admin_settings'     );
     58
     59// Handle submission of Recount page
     60add_action( 'load-tools_page_bbp-recount', 'bbp_admin_tools_handler' );
    5861
    5962// Initialize the admin area
Note: See TracChangeset for help on using the changeset viewer.