Changeset 220237
- Timestamp:
- 03/20/2010 09:08:02 PM (16 years ago)
- Location:
- contact-commenter
- Files:
-
- 6 added
- 2 edited
-
tags/0.5 (added)
-
tags/0.5/contact-commenter.php (added)
-
tags/0.5/languages (added)
-
tags/0.5/languages/contact-commenter-fa_IR.mo (added)
-
tags/0.5/languages/contact-commenter-fa_IR.po (added)
-
tags/0.5/readme.txt (added)
-
trunk/contact-commenter.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-commenter/trunk/contact-commenter.php
r219037 r220237 3 3 /* 4 4 Plugin Name: Contact Commenter 5 Plugin URI: http://www.moallemi.ir/ blog/1388/12/27/%d9%87%d8%af%db%8c%d9%87-%da%a9%d8%a7%d9%88%d8%b4%da%af%d8%b1-%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%aa-%d8%b3%d8%a7%d9%84-%d9%86%d9%88-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/5 Plugin URI: http://www.moallemi.ir/en/blog/2009/09/20/contact-commenter/ 6 6 Description: This Plugin lets you send email messages to individual or a group of commenters. 7 Version: 0. 57 Version: 0.6 8 8 Author: Reza Moallemi 9 9 Author URI: http://www.moallemi.ir/blog … … 40 40 $from = $_POST["from"]; 41 41 $body = $_POST["body"]; 42 $body = str_replace('\"', '"', $body); 42 43 $cc = $_POST["cc"]; 43 44 $bcc = $_POST["bcc"]; -
contact-commenter/trunk/readme.txt
r219037 r220237 13 13 This Plugin lets you send email messages to individual or a group of commenters. It lets Administrator to see who has wrote more comments on his post and mail to commenters. 14 14 15 What's New in version 0.6 16 17 * Fixed a Bug on sending HTML messages. 18 15 19 16 20 == Installation == … … 21 25 == Changelog == 22 26 27 = 0.6 = 28 * Fixed a bug on sending HTML messages. 29 23 30 = 0.5 = 24 31 * base version
Note: See TracChangeset
for help on using the changeset viewer.