Conversation
supportHello, Using html in custom messages is not working correctly. A custom message like this: <span dir="rtl">سلام</span> changes to: <span dir\"rtl\">سلام</span> Changing line update_option('wp_custom_login_logo_message',$_POST['wp_custom_login_logo_message']); to update_option('wp_custom_login_logo_message',stripslashes($_POST['wp_custom_login_logo_message'])); will solve the problem. It would be very good if you solve it in next version. Thanks! http://wordpress.org/extend/plugins/my-wp-login-logo/
No comments were stored for this source.