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:
Andrew Ozz
2014-03-14 22:43:16 +00:00
parent e1fee3abc6
commit 08663710cb
7 changed files with 22 additions and 3 deletions

View File

@@ -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;