mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Add RTL/LTR button to the html editor, props yoavf, fixes #13070
git-svn-id: https://develop.svn.wordpress.org/trunk@20451 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -79,7 +79,9 @@ function wp_default_scripts( &$scripts ) {
|
||||
'enterImageURL' => __('Enter the URL of the image'),
|
||||
'enterImageDescription' => __('Enter a description of the image'),
|
||||
'fullscreen' => __('fullscreen'),
|
||||
'toggleFullscreen' => esc_attr( __('Toggle fullscreen mode') )
|
||||
'toggleFullscreen' => esc_attr( __('Toggle fullscreen mode') ),
|
||||
'textdirection' => esc_attr( __('text direction') ),
|
||||
'toggleTextdirection' => esc_attr( __('Toggle Editor Text Direction') )
|
||||
) );
|
||||
|
||||
$scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' );
|
||||
|
||||
Reference in New Issue
Block a user