Changeset 6706 for trunk/src/includes/replies/functions.php
- Timestamp:
- 09/15/2017 03:38:28 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6573 r6706 1623 1623 1624 1624 /** 1625 * Return array of public reply statuses. 1626 * 1627 * @since 2.6.0 bbPress (r6705) 1628 * 1629 * @return array 1630 */ 1631 function bbp_get_public_reply_statuses() { 1632 $statuses = array( 1633 bbp_get_public_status_id() 1634 ); 1635 1636 // Filter & return 1637 return (array) apply_filters( 'bbp_get_public_reply_statuses', $statuses ); 1638 } 1639 1640 /** 1625 1641 * Return array of available reply toggle actions 1626 1642 *
Note: See TracChangeset
for help on using the changeset viewer.