small tweak
-
HI Love your plugin. I just have a small problem with it.
$('#post-visibility-display').text('<?php echo $visibility_trans; ?>');
should be
$('#post-visibility-display').html('<?php echo $visibility_trans; ?>');
This way characters like
é
will appear correctly otherwhise the will end up likeé
I don’t mind doing this if you give svn access in the developer tab.
It’s also good for the sake of getting rid of the ‘2 year no update’
- The topic ‘small tweak’ is closed to new replies.