Plugin Directory

Changeset 957078


Ignore:
Timestamp:
07/30/2014 02:22:18 AM (12 years ago)
Author:
pondol
Message:

Version: 1.1.8.2

Location:
pondol-bbs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pondol-bbs/trunk/includes/class.pondol.bbs.templates.php

    r954658 r957078  
    240240           
    241241            $row->post_title    = "Re: ".$row->post_title;
    242             $row->post_content  = nl2br("\n\r\n\r\n\r\n\r\n\r ------------ [Original Message] ------------ \r\n>>".str_replace("\n","\n>>",$row->post_content));
    243            
     242            $row->post_content  = nl2br("\n\r\n\r\n\r\n\r\n\r ------------ [Original Message] ------------ \r\n>>".str_replace("\n","\n>>",strip_tags($row->post_content)));
     243            //$row->post_content    = str_replace("\n","\n>>",$row->post_content);
    244244        }//$_GET["bbstype"] == "reply"
    245245       
  • pondol-bbs/trunk/pondolbbs.php

    r954658 r957078  
    55Description: General BBS Program
    66Author: Pondol
    7 Version: 1.1.8.1
     7Version: 1.1.8.2
    88Author URI: http://www.shop-wiz.com/wp/plugins/pondol_bbs
    99License: GPL2
     
    2222define('PONDOL_URL', 'http://www.shop-wiz.com/wp');
    2323define('PONDOL_EMAIL', '[email protected]');
    24 define('PONDOL_BBS_VERSION', '1.1.8.1');
     24define('PONDOL_BBS_VERSION', '1.1.8.2');
    2525define('PONDOL_BBS', 'bbs');
    2626define('PONDOL_BBS_TAXO', 'board');
Note: See TracChangeset for help on using the changeset viewer.