Changeset 6612 for trunk/src/includes/topics/functions.php
- Timestamp:
- 07/04/2017 03:54:06 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6607 r6612 1824 1824 // Filter & return 1825 1825 return (array) apply_filters( 'bbp_get_topic_statuses', array( 1826 bbp_get_public_status_id() => _x( 'Open', 'Open the topic', 'bbpress' ),1827 bbp_get_closed_status_id() => _x( 'Closed', 'Close the topic', 'bbpress' ),1828 bbp_get_spam_status_id() => _x( 'Spam', 'Spam the topic', 'bbpress' ),1829 bbp_get_trash_status_id() => _x( 'Trash', 'Trash the topic', 'bbpress' ),1830 bbp_get_pending_status_id() => _x( 'Pending', ' Mark topic as pending', 'bbpress' ),1826 bbp_get_public_status_id() => _x( 'Open', 'Open the topic', 'bbpress' ), 1827 bbp_get_closed_status_id() => _x( 'Closed', 'Close the topic', 'bbpress' ), 1828 bbp_get_spam_status_id() => _x( 'Spam', 'Spam the topic', 'bbpress' ), 1829 bbp_get_trash_status_id() => _x( 'Trash', 'Trash the topic', 'bbpress' ), 1830 bbp_get_pending_status_id() => _x( 'Pending', 'Unapprove the topic', 'bbpress' ) 1831 1831 ), $topic_id ); 1832 1832 }
Note: See TracChangeset
for help on using the changeset viewer.