Changeset 296

Show
Ignore:
Timestamp:
03/15/07 14:12:50 (2 years ago)
Author:
Atsutane
Message:

Fix typo in line 226. Props wittmania.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-latest-discussion-for-wp/trunk/BBpress.php

    r294 r296  
    55Description: Put bbpress Latest Discussions on your wp page. 
    66Author: Atsutane Shirane 
    7 Version: 0.7.3 
     7Version: 0.7.4 
    88Author URI: http://www.atsutane.net/ 
    99*/ 
    1010 
    1111### BBpress Latest Discussions Version Number 
    12 $BbLD_version = '0.7.3'; 
     12$BbLD_version = '0.7.4'; 
    1313 
    1414if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?"); 
     
    224224                        else { 
    225225                                echo '<li><a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '">' . __("$bbtopic->topic_title") . '</a><br />'; 
    226                                 $forum_url = get_option('wpbb_path') . '/forum.php?id=/' . $bbtopic->forum_id; 
     226                                $forum_url = get_option('wpbb_path') . '/forum.php?id=' . $bbtopic->forum_id; 
    227227                        } 
    228228                        if (get_option('wpbb_intergrated')) { 
     
    274274                        else { 
    275275                                echo '<li><a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '">' . __("$bbtopic->topic_title") . '</a><br />'; 
    276                                 $forum_url = get_option('wpbb_path') . '/forum.php?id=/' . $bbtopic->forum_id; 
     276                                $forum_url = get_option('wpbb_path') . '/forum.php?id=' . $bbtopic->forum_id; 
    277277                        } 
    278278                        if (get_option('wpbb_intergrated')) { 
  • bbpress-latest-discussion-for-wp/trunk/readme.txt

    r294 r296  
    3232 
    3333== Version History == 
     34 
     35Version 0.7.4 (2007-03-15): 
     36 
     37* Fix typo in line 226. Props wittmania. 
    3438 
    3539Version 0.7.3 (2007-03-14):