Changeset 6134
- Timestamp:
- 12/08/2016 02:25:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6133 r6134 1616 1616 } 1617 1617 1618 // Get possible reply-handler actions1619 $possible_actions = bbp_get_reply_ handler_actions();1618 // Get possible reply-handler toggles 1619 $possible_actions = bbp_get_reply_toggles(); 1620 1620 1621 1621 // Bail if actions aren't meant for this function … … 1795 1795 * @since 2.6.0 bbPress (rxxxx) 1796 1796 */ 1797 function bbp_get_reply_ handler_actions() {1798 return apply_filters( 'bbp_get_ reply_handler_actions', array(1797 function bbp_get_reply_toggles() { 1798 return apply_filters( 'bbp_get_toggle_reply_actions', array( 1799 1799 'bbp_toggle_reply_spam', 1800 1800 'bbp_toggle_reply_trash',
Note: See TracChangeset
for help on using the changeset viewer.