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