Changeset 4519
- Timestamp:
- 11/25/2012 07:38:31 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/metaboxes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/metaboxes.php
r4480 r4519 302 302 'post_type' => bbp_get_forum_post_type(), 303 303 'selected' => $post_parent, 304 ' child_of' => '0',304 'post_parent' => 0, 305 305 'numberposts' => -1, 306 306 'orderby' => 'title', … … 360 360 'post_type' => bbp_get_forum_post_type(), 361 361 'selected' => bbp_get_topic_forum_id( $post_id ), 362 ' child_of' => '0',362 'post_parent' => 0, 363 363 'numberposts' => -1, 364 364 'orderby' => 'title', … … 413 413 'post_type' => bbp_get_forum_post_type(), 414 414 'selected' => $reply_forum_id, 415 ' child_of' => '0',415 'post_parent' => 0, 416 416 'numberposts' => -1, 417 417 'orderby' => 'title',
Note: See TracChangeset
for help on using the changeset viewer.