Version Description
Download this release
Release Info
| Developer | Bueltge |
| Plugin | |
| Version | 4.2.3 |
| Comparing to | |
| See all releases | |
Code changes from version 4.2.2 to 4.2.3
- rssimport.php +3 -1
rssimport.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin Name: WP-RSSImport
|
|
| 5 |
Plugin URI: http://bueltge.de/wp-rss-import-plugin/55/
|
| 6 |
Description: List a RSS-Feed in your WP-Blog, only headlines or with description.
|
| 7 |
Author: Frank Bueltge
|
| 8 |
-
Version: 4.2.
|
| 9 |
License: GPL
|
| 10 |
Author URI: http://bueltge.de
|
| 11 |
*/
|
|
@@ -75,6 +75,8 @@ function RSSImport($display=0, $feedurl, $displaydescriptions=false, $truncateti
|
|
| 75 |
if (eregi('encoding="ISO-8859-', $a)) {
|
| 76 |
isodec($title);
|
| 77 |
isodec($desc);
|
|
|
|
|
|
|
| 78 |
} else {
|
| 79 |
utf8dec($title);
|
| 80 |
utf8dec($desc);
|
| 5 |
Plugin URI: http://bueltge.de/wp-rss-import-plugin/55/
|
| 6 |
Description: List a RSS-Feed in your WP-Blog, only headlines or with description.
|
| 7 |
Author: Frank Bueltge
|
| 8 |
+
Version: 4.2.3
|
| 9 |
License: GPL
|
| 10 |
Author URI: http://bueltge.de
|
| 11 |
*/
|
| 75 |
if (eregi('encoding="ISO-8859-', $a)) {
|
| 76 |
isodec($title);
|
| 77 |
isodec($desc);
|
| 78 |
+
$title = utf8_encode( html_entity_decode( str_replace($umlaute, $htmlcode, $title) ) );
|
| 79 |
+
$desc = utf8_encode( html_entity_decode( str_replace($umlaute, $htmlcode, $desc) ) );
|
| 80 |
} else {
|
| 81 |
utf8dec($title);
|
| 82 |
utf8dec($desc);
|
