Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #48092, comment 4


Ignore:
Timestamp:
07/16/2020 08:58:20 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48092, comment 4

    v1 v2  
    1 Frankly there's no straightforward way to fix this. Typing shortcodes by hand follows the same rules as typing HTML by hand. The "workaround" is to add opening and closing shortcodes LTR, but any enclosed text in RTL. Perhaps this is the reason why this hasn't been reported earlier, shortcodes have been used in WP for many years :)
     1Frankly there's no straightforward way to fix this. Typing shortcodes by hand follows the same rules as typing HTML by hand. Perhaps this is the reason why this hasn't been reported earlier, shortcodes have been used in WP for many years :)
    22
    33Closing as worksforme as this has been the case for many years. Please feel free to reopen with a patch or ideas/info on how to solve and whether this fits user expectations.