Skip to:
Content

bbPress.org

Ticket #3406: 3406.patch

File 3406.patch, 2.1 KB (added by dilipbheda, 4 years ago)
  • src/includes/admin/metaboxes.php

     
    302302 * The meta-box that holds all of the additional forum information
    303303 *
    304304 * @since 2.0.0 bbPress (r2744)
     305 *
     306 * @param WP_Post $post The current post object.
    305307 */
    306308function bbp_forum_metabox( $post ) {
    307309
     
    393395 * The meta-box that holds all of the additional topic information
    394396 *
    395397 * @since 2.0.0 bbPress (r2464)
     398 *
     399 * @param WP_Post $post The current post object.
    396400 */
    397401function bbp_topic_metabox( $post ) {
    398402
     
    463467 * The meta-box that holds all of the additional reply information
    464468 *
    465469 * @since 2.0.0 bbPress (r2464)
     470 *
     471 * @param WP_Post $post The current post object.
    466472 */
    467473function bbp_reply_metabox( $post ) {
    468474
     
    596602 *
    597603 * @since 2.0.0 bbPress (r2828)
    598604 *
    599  * @param WP_Post $post The current post object
     605 * @param WP_Post $post The current post object.
    600606 */
    601607function bbp_author_metabox( $post ) {
    602608
     
    646652 * Moderator assignment meta-box
    647653 *
    648654 * @since 2.6.0 bbPress (r2828)
     655 *
     656 * @param WP_Post $post The current post object.
    649657 */
    650658function bbp_moderator_assignment_metabox( $post ) {
    651659
     
    669677 * See who engaged with a topic
    670678 *
    671679 * @since 2.6.0 bbPress (r6333)
     680 *
     681 * @param WP_Post $post The current post object.
    672682 */
    673683function bbp_topic_engagements_metabox( $post ) {
    674684
     
    702712 *
    703713 * @since 2.6.0 bbPress (r6197)
    704714 * @since 2.6.0 bbPress (r6333) Updated to use BBP_User_Query
     715 *
     716 * @param WP_Post $post The current post object.
    705717 */
    706718function bbp_topic_favorites_metabox( $post ) {
    707719
     
    735747 *
    736748 * @since 2.6.0 bbPress (r6197)
    737749 * @since 2.6.0 bbPress (r6333) Updated to use BBP_User_Query
     750 *
     751 * @param WP_Post $post The current post object.
    738752 */
    739753function bbp_topic_subscriptions_metabox( $post ) {
    740754
     
    775789 *
    776790 * @since 2.6.0 bbPress (r6197)
    777791 * @since 2.6.0 bbPress (r6333) Updated to use BBP_User_Query
     792 *
     793 * @param WP_Post $post The current post object.
    778794 */
    779795function bbp_forum_subscriptions_metabox( $post ) {
    780796