Changeset 5667
- Timestamp:
- 03/28/2015 04:06:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5658 r5667 2748 2748 * @uses do_action() Calls 'bbp_close_topic' with the topic id 2749 2749 * @uses add_post_meta() To add the previous status to a meta 2750 * @uses post_type_supports() To check if revisions are enabled 2751 * @uses bbp_get_topic_post_type() To get the topic post type 2752 * @uses remove_post_type_support() To temporarily remove topic revisions 2750 2753 * @uses wp_update_post() To update the topic with the new status 2754 * @uses add_post_type_support() To restore topic revisions 2751 2755 * @uses do_action() Calls 'bbp_opened_topic' with the topic id 2752 2756 * @return mixed False or {@link WP_Error} on failure, topic id on success … … 2806 2810 * @uses get_post_meta() To get the previous status 2807 2811 * @uses delete_post_meta() To delete the previous status meta 2812 * @uses post_type_supports() To check if revisions are enabled 2813 * @uses bbp_get_topic_post_type() To get the topic post type 2814 * @uses remove_post_type_support() To temporarily remove topic revisions 2808 2815 * @uses wp_update_post() To update the topic with the new status 2816 * @uses add_post_type_support() To restore topic revisions 2809 2817 * @uses do_action() Calls 'bbp_opened_topic' with the topic id 2810 2818 * @return mixed False or {@link WP_Error} on failure, topic id on success
Note: See TracChangeset
for help on using the changeset viewer.