Skip to:
Content

bbPress.org

Changeset 131


Ignore:
Timestamp:
06/09/2005 01:50:01 AM (21 years ago)
Author:
mdawaffe
Message:

Fix ugly topic rss links. Grumble.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/template-functions.php

    r128 r131  
    182182
    183183    if ( bb_get_option('mod_rewrite') )
    184         $link = bb_get_option('uri') . "/rss/topic/$topic->topic_id";
     184        $link = bb_get_option('uri') . "rss/topic/$topic->topic_id";
    185185    else
    186186        $link = bb_get_option('uri') . "rss.php?topic=$topic->topic_id";
Note: See TracChangeset for help on using the changeset viewer.