Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46229


Ignore:
Timestamp:
04/01/2019 09:06:26 PM (7 years ago)
Author:
desrosj
Comment:

Hi @rahimvaziri,

Welcome to Trac! Thanks for opening this ticket.

I did some testing and confirmed that emails, by default, do not display using RTL when sent in an RTL language.

An easy solution for this would be to add dir="rtl" to the <html> tag. But, WordPress uses text/plain for all its emails by default, so this won't work unless a plugin filters emails to make them text/html. I did some searching, but I could not find an obvious solution.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46229

    • Property Keywords has-screenshots dev-feedback added
    • Property Version changed from 5.0.3 to
    • Property Milestone changed from Awaiting Review to Future Release
  • Ticket #46229 – Description

    initial v1  
    22Thank you so much for changing the world.
    33
    4 I am using the RTL layout of WordPress and all emails that I receive from Wordpress, like changing password, reviewing a comment are in LTR direction.
     4I am using the RTL layout of WordPress and all emails that I receive from WordPress, like changing password, reviewing a comment are in LTR direction.
    55
    66Hope you fix this in the next update or let me know that how can I fix it.