jangari
Forum Replies Created
-
There was a fix mentioned in a thread a while back, almost a year ago.
Line 217 of footnotes.php needs to be replaced from:
$id_title = str_replace('"', """, htmlentities(strip_tags($value['text']), ENT_QUOTES, 'UTF-8'));
to:
$id_title = str_replace('"', """, html_entity_decode(htmlentities(strip_tags($value['text'])), ENT_QUOTES, 'UTF-8'));As detailed here.
Forum: Plugins
In reply to: [WP-Footnotes] [Plugin: WP-Footnotes] quotes are turned into ’Fix detailed here:
http://lianko.com/2011/02/18/fix-for-wp-footnotes-encoding-error/
I can verify it works.
Forum: Plugins
In reply to: [WP-Footnotes] [Plugin: WP-Footnotes] quotes are turned into ’bump.
Forum: Plugins
In reply to: [WP-Footnotes] [Plugin: WP-Footnotes] quotes are turned into ’In my tooltip text, apostrophes (‘) are coming out as & # 8217 ; (without spaces; I can’t figure out how to stop it from rendering as a backtick). It’d be good if this could be sorted out.
Forum: Fixing WordPress
In reply to: Importing from Movable Type – wrong authorsBump.
Seriously, no one knows why wordpress is putting imported posts under the wrong authors?
Forum: Plugins
In reply to: Get recent comments title macro problemI just found a fix here.
Forum: Fixing WordPress
In reply to: [Plugin: Get Recent Comments] Howto fix the ¾G_OF_TITLE% …I’ve just upgraded to 2.6, and this issue still pervades. Updating the options page is a temporary fix, but it has to be done every time you do something involving the design of the entire blog, it seems.
Needs a more permanent solution.