Skip to:
Content

bbPress.org

Changeset 4765


Ignore:
Timestamp:
02/15/2013 10:46:49 AM (13 years ago)
Author:
johnjamesjacoby
Message:

When editing a reply from wp-admin, do not restrict post_parent to 0. Fixes issue where the forum of a reply could become out-of-sync when edited via wp-admin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/metaboxes.php

    r4742 r4765  
    411411                'post_type'          => bbp_get_forum_post_type(),
    412412                'selected'           => $reply_forum_id,
    413                 'post_parent'        => 0,
    414413                'numberposts'        => -1,
    415414                'orderby'            => 'title',
Note: See TracChangeset for help on using the changeset viewer.