Make WordPress Core


Ignore:
Timestamp:
10/16/2015 10:10:32 AM (9 years ago)
Author:
iseulde
Message:

TinyMCE: add lang attribute

This is needed to make hyphens: auto; work correctly.

Fixes #32555.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r34903 r35217  
    544544                    'wpeditimage_html5_captions' => current_theme_supports( 'html5', 'caption' ),
    545545                    'plugins' => implode( ',', $plugins ),
     546                    'wp_lang_attr' => get_bloginfo( 'language' )
    546547                );
    547548
Note: See TracChangeset for help on using the changeset viewer.