Changeset 6771 for trunk/src/includes/admin/topics.php
- Timestamp:
- 01/23/2018 10:24:15 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/topics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r6697 r6771 78 78 79 79 // Check if there are any bbp_toggle_topic_* requests on admin_init, also have a message displayed 80 add_action( 'load-edit.php', array( $this, 'toggle_topic' ) );81 add_action( ' admin_notices',array( $this, 'toggle_topic_notice' ) );80 add_action( 'load-edit.php', array( $this, 'toggle_topic' ) ); 81 add_action( 'bbp_admin_notices', array( $this, 'toggle_topic_notice' ) ); 82 82 83 83 // Add ability to filter topics and replies per forum
Note: See TracChangeset
for help on using the changeset viewer.