mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Customize: Ensure textarea
for Custom CSS displays as code (in LTR) when an RTL language is active.
Merges [39499] onto 4.7 branch. Fixes #39085 for 4.7. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6facdb3a46
commit
fee8b61eb1
@ -4128,6 +4128,9 @@ final class WP_Customize_Manager {
|
||||
'type' => 'textarea',
|
||||
'section' => 'custom_css',
|
||||
'settings' => array( 'default' => $custom_css_setting->id ),
|
||||
'input_attrs' => array(
|
||||
'class' => 'code', // Ensures contents displayed as LTR instead of RTL.
|
||||
),
|
||||
) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user