Support » Plugin: Private Posts by Default » 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’

    https://wordpress.org/plugins/private-post-by-default/

  • The topic ‘small tweak’ is closed to new replies.