is this plugin still supported? there are a lot of error notices like this:
/var/www/projects/zdrojak/htdocs/public/soubory/plugins/wp-typography/php-typography/php-parser/parseText.php on line 65 Notice: Undefined variable: rawHTML in
is this plugin still supported? there are a lot of error notices like this:
/var/www/projects/zdrojak/htdocs/public/soubory/plugins/wp-typography/php-typography/php-parser/parseText.php on line 65 Notice: Undefined variable: rawHTML in
Same here.
It's a beautiful plugin but we definitely need advice if it is still supported.
Seems like this solved the problem:
Context: parseText.php, around line 62
function load($rawText) {
// abort if a simple string exceeds 500 characters (security concern)
if(!is_array($rawText)){
if(preg_match("@\w{500}@s",$rawText)){
return;
}
}
Code taken from this comment on Kingdesk.com:
http://kingdesk.com/projects/wp-typography/#comment-1383
You must log in to post.