Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/06/2012 10:44:33 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Converter:

  • Fix issue with reply titles in bbPress 1.x
  • Fix issue with reply topic in bbPress 1.x
  • Rename "Recount" to "Repair" through wp-admin
  • Introduce "Reset Forum" tool
  • See #1820
File:
1 edited

Legend:

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

    r3876 r3884  
    8484add_action( 'load-settings_page_bbpress', 'bbp_admin_settings_help' );
    8585
    86 // Handle submission of Recount page
    87 add_action( 'load-tools_page_bbp-repair', 'bbp_admin_tools_handler' );
     86// Handle submission of Tools pages
     87add_action( 'load-tools_page_bbp-repair', 'bbp_admin_repair_handler' );
     88add_action( 'load-tools_page_bbp-reset',  'bbp_admin_reset_handler'  );
    8889
    8990// Add sample permalink filter
Note: See TracChangeset for help on using the changeset viewer.