[wp-trac] [WordPress Trac] #34208: is_rtl() does not work in Plugin with own Themes
WordPress Trac
noreply at wordpress.org
Thu Oct 8 08:25:15 UTC 2015
#34208: is_rtl() does not work in Plugin with own Themes
--------------------------+-----------------------------
Reporter: AppFIX-DE | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: 4.3.1
Severity: normal | Keywords:
Focuses: rtl |
--------------------------+-----------------------------
RTL support in themes is achieved through the creation of an rtl.css file,
which is loaded (if it exists) in the wp-includes/theme.php change "if (
is_rtl() )" to "if ( function_exists( 'is_rtl' ) && is_rtl() )".
Thank you.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34208>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list