Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/11/2012 08:27:47 AM (14 years ago)
Author:
johnjamesjacoby
Message:

wp_get_single_post():

  • Deprecated in WordPress 3.5.
  • Use get_post() instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbp-includes/bbp-forum-functions.php

    r4149 r4218  
    691691 *
    692692 * @param int $forum_id forum id
    693  * @uses wp_get_single_post() To get the forum
    694693 * @uses do_action() Calls 'bbp_close_forum' with the forum id
    695694 * @uses update_post_meta() To add the previous status to a meta
     
    716715 *
    717716 * @param int $forum_id forum id
    718  * @uses wp_get_single_post() To get the forum
    719717 * @uses do_action() Calls 'bbp_open_forum' with the forum id
    720718 * @uses get_post_meta() To get the previous status
Note: See TracChangeset for help on using the changeset viewer.