Changeset 864402
- Timestamp:
- 02/25/2014 12:34:32 AM (12 years ago)
- Location:
- comment-email-reply
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/cer_plugin.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/cer_plugin-de_DE.mo (added)
-
tags/1.0.3/languages/cer_plugin-de_DE.po (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/cer_plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-email-reply/trunk/cer_plugin.php
r803051 r864402 4 4 * Plugin URI: http://kilozwo.de/wordpress-comment-email-reply-plugin 5 5 * Description: Simply notifies comment-author via email if someone replies to his comment. Zero Configuration. Available in English and German. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Jan Eichhorn 8 8 * Author URI: http://kilozwo.de … … 21 21 22 22 $headers = 'MIME-Version: 1.0' . "\r\n"; 23 $headers .= 'Content-type: text/html; charset= iso-8859-1' . "\r\n";23 $headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n"; 24 24 25 25 wp_mail($comment_parent->comment_author_email,'['.get_option('blogname').'] '.__('New reply to your Comment','cer_plugin'),$mailcontent,$headers); -
comment-email-reply/trunk/readme.txt
r803051 r864402 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.7.1 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 == Changelog == 27 27 28 = 1.0.3 = 29 * Changed charset to UTF-8. 30 28 31 = 1.0.2 = 29 32 * Fixed problems with html-encoding.
Note: See TracChangeset
for help on using the changeset viewer.