mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
TinyMCE: force 'font-weight: bold` for <strong> and <b> inside the editor or Chrome and Safari may replace them with spans on pasting. Fixes #28656.
git-svn-id: https://develop.svn.wordpress.org/trunk@28866 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -297,6 +297,8 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
|
||||
} else if ( env.ie < 8 ) {
|
||||
bodyClass.push('ie7');
|
||||
}
|
||||
} else if ( env.webkit ) {
|
||||
bodyClass.push('webkit');
|
||||
}
|
||||
|
||||
bodyClass.push('wp-editor');
|
||||
|
||||
Reference in New Issue
Block a user