Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/28/2015 04:06:47 AM (8 years ago)
Author:
netweb
Message:

Topics: Update bbp_open_topic() and bbp_close_topic() @uses documentation missed in r5656

See #2653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/functions.php

    r5658 r5667  
    27482748 * @uses do_action() Calls 'bbp_close_topic' with the topic id
    27492749 * @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
    27502753 * @uses wp_update_post() To update the topic with the new status
     2754 * @uses add_post_type_support() To restore topic revisions
    27512755 * @uses do_action() Calls 'bbp_opened_topic' with the topic id
    27522756 * @return mixed False or {@link WP_Error} on failure, topic id on success
     
    28062810 * @uses get_post_meta() To get the previous status
    28072811 * @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
    28082815 * @uses wp_update_post() To update the topic with the new status
     2816 * @uses add_post_type_support() To restore topic revisions
    28092817 * @uses do_action() Calls 'bbp_opened_topic' with the topic id
    28102818 * @return mixed False or {@link WP_Error} on failure, topic id on success
Note: See TracChangeset for help on using the changeset viewer.