Bug Fix: title attribute not escaped
-
Lots of validation errors using the plugin. Mostly because the
title
element needs to be URL Encoded.Simple fix –
$title = urlencode(get_the_title( $post->ID ));
Cheers for the great plugin, really useful ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug Fix: title attribute not escaped’ is closed to new replies.