Changeset 3766 for branches/plugin/bbp-includes/bbp-core-actions.php
- Timestamp:
- 02/26/2012 11:32:31 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-actions.php
r3758 r3766 24 24 // Exit if accessed directly 25 25 if ( !defined( 'ABSPATH' ) ) exit; 26 27 /** ACTIONS *******************************************************************/28 26 29 27 /** … … 325 323 add_action( 'wpmu_new_blog', 'bbp_new_site', 10, 6 ); 326 324 327 /** Admin *********************************************************************/328 329 if ( is_admin() ) {330 331 add_action( 'bbp_init', 'bbp_admin' );332 add_action( 'bbp_admin_init', 'bbp_admin_forums', 9 );333 add_action( 'bbp_admin_init', 'bbp_admin_topics', 9 );334 add_action( 'bbp_admin_init', 'bbp_admin_replies', 9 );335 add_action( 'admin_menu', 'bbp_admin_separator' );336 add_action( 'custom_menu_order', 'bbp_admin_custom_menu_order' );337 add_action( 'menu_order', 'bbp_admin_menu_order' );338 339 // Contextual Helpers340 add_action( 'load-settings_page_bbpress', 'bbp_admin_settings_help' );341 342 /**343 * Run the updater late on 'bbp_admin_init' to ensure that all alterations344 * to the permalink structure have taken place. This fixes the issue of345 * permalinks not being flushed properly when a bbPress update occurs.346 */347 add_action( 'bbp_admin_init', 'bbp_setup_updater', 999 );348 }349 350 325 /** 351 326 * Plugin Dependency
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)