Skip to:
Content

bbPress.org

Changeset 2415


Ignore:
Timestamp:
04/02/2010 09:34:18 PM (15 years ago)
Author:
chrishajer
Message:

Swap lines in bb-post.php to allow plugin to modify permalinks without modifying core. Fixes #1192, props GIGALinux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-post.php

    r2390 r2415  
    7676bb_add_topic_tags( $topic_id, $tags );
    7777
     78$topic = get_topic( $topic_id, false );
    7879$link = get_post_link($post_id);
    79 
    80 $topic = get_topic( $topic_id, false );
    8180
    8281if ( $topic->topic_posts )
Note: See TracChangeset for help on using the changeset viewer.