Skip to:
Content

bbPress.org

Changeset 5891


Ignore:
Timestamp:
08/07/2015 10:07:51 AM (9 years ago)
Author:
netweb
Message:

Replies: Remove previous menu_order default from bbp_insert_reply() missed in r5889

Antiprops netweb. See #2843.

File:
1 edited

Legend:

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

    r5889 r5891  
    3838        'post_content'   => '',
    3939        'post_title'     => '',
    40     //  'menu_order'     => 0,
    4140        'menu_order'     => bbp_get_topic_reply_count( $reply_data['post_parent'], true ) + 1,
    4241        'comment_status' => 'closed'
Note: See TracChangeset for help on using the changeset viewer.