Changeset 46420
- Timestamp:
- 05/17/08 04:16:53 (2 months ago)
- Files:
-
- bt-actve-discussions/trunk/bt-active-discussions.php (modified) (3 diffs)
- bt-actve-discussions/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bt-actve-discussions/trunk/bt-active-discussions.php
r45470 r46420 7 7 * Author: Pinyo Bhulipongsanon 8 8 * Author URI: http://www.blogthority.com/ 9 * Version: 1.1. 19 * Version: 1.1.2 10 10 * License: GNU General Public License version 3 (GPLv3) - See http://www.opensource.org/licenses/gpl-3.0.html 11 11 */ 12 12 13 13 /* 14 14 Copyright (C) 2008 Pinyo Bhulipongsanon … … 33 33 // ######################### DO NOT MODIFY BELOW THIS LINE ######################### 34 34 35 load_plugin_textdomain('btad',$path='wp-content/plugins/bt-act ive-discussions');35 load_plugin_textdomain('btad',$path='wp-content/plugins/bt-actve-discussions'); 36 36 37 37 add_action('wp_head', 'btad_header'); 38 38 function btad_header() { 39 echo '<!-- Start Of Script Generated By BT-Active Discussions 1.0.0-->'."\n";40 echo '<link rel="stylesheet" href="'.get_option('siteurl').'/wp-content/plugins/bt-act ive-discussions/btad.css" type="text/css" media="screen" />'."\n";41 echo '<!-- End Of Script Generated By BT-Active Discussions 1.0.0-->'."\n";39 echo '<!-- Start Of Script Generated By BT-Active Discussions -->'."\n"; 40 echo '<link rel="stylesheet" href="'.get_option('siteurl').'/wp-content/plugins/bt-actve-discussions/btad.css" type="text/css" media="screen" />'."\n"; 41 echo '<!-- End Of Script Generated By BT-Active Discussions -->'."\n"; 42 42 } 43 43 … … 58 58 $output .= "\n\t<thead><tr>"; 59 59 $output .= "<th scope=\"col\">Posts</th>"; 60 $output .= "<th scope=\"col\" class=\"num\"><div class=\"vers\"><img alt=\"Comments\" src=\" /wp-content/plugins/bt-active-discussions/wp-comments.png\" /></div></th>";60 $output .= "<th scope=\"col\" class=\"num\"><div class=\"vers\"><img alt=\"Comments\" src=\"".get_option('siteurl')."/wp-content/plugins/bt-actve-discussions/wp-comments.png\" /></div></th>"; 61 61 $output .= "<th scope=\"col\">Last Comment</th>"; 62 62 $output .= "</tr></thead>"; bt-actve-discussions/trunk/readme.txt
r45667 r46420 5 5 Requires at least: 2.5.0 6 6 Tested up to: 2.5.1 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 9 9 BT-Active Discussions is a drop in module to output forums-style active discussions table on any page or post. … … 18 18 19 19 == Change Log == 20 1.1.2 : 21 * Correct some path issues 22 20 23 1.1.1 : 21 24 * Removed one option
