Skip to:
Content

bbPress.org

Changeset 4103


Ignore:
Timestamp:
07/22/2012 08:27:32 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Topic Split:

  • When splitting a topic, make sure the new topic has menu_position 1.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/bbp-includes/bbp-topic-functions.php

    r4096 r4103  
    14181418                        'post_type'   => bbp_get_topic_post_type(),
    14191419                        'post_parent' => $source_topic->post_parent,
     1420                        'menu_order'  => '1',
    14201421                        'guid'        => ''
    14211422                    );
Note: See TracChangeset for help on using the changeset viewer.