Skip to:
Content

bbPress.org

Changeset 2009 for trunk/bb-post.php


Ignore:
Timestamp:
03/14/2009 10:33:13 AM (17 years ago)
Author:
sambauers
Message:

Allow addition of tags to a topic during reply. Don't bounce to first page of topic when adding a tag (with JS disabled). Make post form a little prettier. Fixes #1044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-post.php

    r1588 r2009  
    4141$post_id = bb_new_post( $topic_id, $_POST['post_content'] );
    4242
     43$tags  = trim( $_POST['tags']  );
     44bb_add_topic_tags( $topic_id, $tags );
     45
    4346$link = get_post_link($post_id);
    4447
Note: See TracChangeset for help on using the changeset viewer.