Changeset 2009 for trunk/bb-post.php
- Timestamp:
- 03/14/2009 10:33:13 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-post.php
r1588 r2009 41 41 $post_id = bb_new_post( $topic_id, $_POST['post_content'] ); 42 42 43 $tags = trim( $_POST['tags'] ); 44 bb_add_topic_tags( $topic_id, $tags ); 45 43 46 $link = get_post_link($post_id); 44 47
Note: See TracChangeset
for help on using the changeset viewer.