Changeset 957078
- Timestamp:
- 07/30/2014 02:22:18 AM (12 years ago)
- Location:
- pondol-bbs/trunk
- Files:
-
- 2 edited
-
includes/class.pondol.bbs.templates.php (modified) (1 diff)
-
pondolbbs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pondol-bbs/trunk/includes/class.pondol.bbs.templates.php
r954658 r957078 240 240 241 241 $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); 244 244 }//$_GET["bbstype"] == "reply" 245 245 -
pondol-bbs/trunk/pondolbbs.php
r954658 r957078 5 5 Description: General BBS Program 6 6 Author: Pondol 7 Version: 1.1.8. 17 Version: 1.1.8.2 8 8 Author URI: http://www.shop-wiz.com/wp/plugins/pondol_bbs 9 9 License: GPL2 … … 22 22 define('PONDOL_URL', 'http://www.shop-wiz.com/wp'); 23 23 define('PONDOL_EMAIL', '[email protected]'); 24 define('PONDOL_BBS_VERSION', '1.1.8. 1');24 define('PONDOL_BBS_VERSION', '1.1.8.2'); 25 25 define('PONDOL_BBS', 'bbs'); 26 26 define('PONDOL_BBS_TAXO', 'board');
Note: See TracChangeset
for help on using the changeset viewer.