Changeset 6771 for trunk/src/includes/admin/forums.php
- Timestamp:
- 01/23/2018 10:24:15 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6573 r6771 67 67 68 68 // Check if there are any bbp_toggle_forum_* requests on admin_init, also have a message displayed 69 add_action( 'load-edit.php', array( $this, 'toggle_forum' ) );70 add_action( ' admin_notices',array( $this, 'toggle_forum_notice' ) );69 add_action( 'load-edit.php', array( $this, 'toggle_forum' ) ); 70 add_action( 'bbp_admin_notices', array( $this, 'toggle_forum_notice' ) ); 71 71 72 72 // Contextual Help
Note: See TracChangeset
for help on using the changeset viewer.