Changeset 296
- Timestamp:
- 03/15/07 14:12:50 (2 years ago)
- Files:
-
- bbpress-latest-discussion-for-wp/trunk/BBpress.php (modified) (3 diffs)
- bbpress-latest-discussion-for-wp/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbpress-latest-discussion-for-wp/trunk/BBpress.php
r294 r296 5 5 Description: Put bbpress Latest Discussions on your wp page. 6 6 Author: Atsutane Shirane 7 Version: 0.7. 37 Version: 0.7.4 8 8 Author URI: http://www.atsutane.net/ 9 9 */ 10 10 11 11 ### BBpress Latest Discussions Version Number 12 $BbLD_version = '0.7. 3';12 $BbLD_version = '0.7.4'; 13 13 14 14 if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?"); … … 224 224 else { 225 225 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; 227 227 } 228 228 if (get_option('wpbb_intergrated')) { … … 274 274 else { 275 275 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; 277 277 } 278 278 if (get_option('wpbb_intergrated')) { bbpress-latest-discussion-for-wp/trunk/readme.txt
r294 r296 32 32 33 33 == Version History == 34 35 Version 0.7.4 (2007-03-15): 36 37 * Fix typo in line 226. Props wittmania. 34 38 35 39 Version 0.7.3 (2007-03-14):
