Changeset 360580
- Timestamp:
- 03/16/2011 06:53:10 AM (15 years ago)
- Location:
- reflect/trunk
- Files:
-
- 3 edited
-
php/controllers/bullets_api.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
reflect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reflect/trunk/php/controllers/bullets_api.php
r360496 r360580 196 196 $message = "Hi $comment_author,\n\n$user believes that you made the following point:\n\n\"$bullet_text\"\n\nTo verify whether this is accurate or not, please visit $link and login.\n\nThanks!"; 197 197 $headers = "From: $from" . "\r\n" . 198 'Reply-To: wordpress@communityforums.org' . "\r\n" .198 'Reply-To: $from' . "\r\n" . 199 199 'X-Mailer: PHP/' . phpversion(); 200 200 mail($comment->comment_author_email, $subject, $message, $headers); -
reflect/trunk/readme.txt
r360498 r360580 70 70 * adding sender header to email 71 71 72 = 0.1.8 = 73 * minor bug fix 74 75 72 76 == Upgrade Notice == 73 77 … … 86 90 = 0.1.7 = 87 91 * adding sender header to email 92 93 = 0.1.8 = 94 * minor bug fix -
reflect/trunk/reflect.php
r360498 r360580 4 4 Plugin URI: http://wordpress.org/extend/plugins/reflect/ 5 5 Description: Crowdsourced comment summarization. Helps people listen. Helps everyone find the useful points. 6 Version: 0.1. 76 Version: 0.1.8 7 7 Author: Travis Kriplean 8 8 Author URI: http://www.cs.washington.edu/homes/travis/
Note: See TracChangeset
for help on using the changeset viewer.