Changeset 46420

Show
Ignore:
Timestamp:
05/17/08 04:16:53 (2 months ago)
Author:
Moolanomy
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bt-actve-discussions/trunk/bt-active-discussions.php

    r45470 r46420  
    77* Author: Pinyo Bhulipongsanon 
    88* Author URI: http://www.blogthority.com/ 
    9 * Version: 1.1.1 
     9* Version: 1.1.2 
    1010* License: GNU General Public License version 3 (GPLv3) - See http://www.opensource.org/licenses/gpl-3.0.html 
    1111*/ 
    12  
     12  
    1313/* 
    1414Copyright (C) 2008 Pinyo Bhulipongsanon 
     
    3333// ######################### DO NOT MODIFY BELOW THIS LINE ######################### 
    3434 
    35 load_plugin_textdomain('btad',$path='wp-content/plugins/bt-active-discussions'); 
     35load_plugin_textdomain('btad',$path='wp-content/plugins/bt-actve-discussions'); 
    3636       
    3737add_action('wp_head', 'btad_header'); 
    3838function 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-active-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"; 
    4242} 
    4343 
     
    5858            $output .= "\n\t<thead><tr>"; 
    5959            $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>"; 
    6161            $output .= "<th scope=\"col\">Last Comment</th>"; 
    6262            $output .= "</tr></thead>"; 
  • bt-actve-discussions/trunk/readme.txt

    r45667 r46420  
    55Requires at least: 2.5.0 
    66Tested up to: 2.5.1 
    7 Stable tag: 1.1.1 
     7Stable tag: 1.1.2 
    88 
    99BT-Active Discussions is a drop in module to output forums-style active discussions table on any page or post. 
     
    1818 
    1919== Change Log == 
     201.1.2 : 
     21* Correct some path issues 
     22 
    20231.1.1 : 
    2124* Removed one option