TinyMCE: add internal command and shortcut (Alt+Shift+X) for toggling <code>. Define a button that can be added to any toolbar as wp_code. See #6113
Built from https://develop.svn.wordpress.org/trunk@27545 git-svn-id: http://core.svn.wordpress.org/trunk@27388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -661,6 +661,10 @@ i.mce-i-wp_page:before {
|
||||
content: '\f158';
|
||||
}
|
||||
|
||||
.mce-i-wp_code:before {
|
||||
content: "\e017";
|
||||
}
|
||||
|
||||
/* Editors */
|
||||
.wp-editor-wrap {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user