DFW: change width resizing to use hotkeys only: Alt (Win, Linux) or Ctrl (Mac) 0/reset, +/wider, -/narrower, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1813,9 +1813,6 @@ function wp_fullscreen_html() {
|
||||
</div></div>
|
||||
|
||||
<div id="wp-fullscreen-count">
|
||||
<span title="<?php _e('Wider'); ?>" id="wp-fullscreen-plus">+</span>
|
||||
<span title="<?php _e('Narrower'); ?>" id="wp-fullscreen-minus">–</span>
|
||||
<span title="<?php _e('Reset width'); ?>" id="wp-fullscreen-reset">×</span>
|
||||
<?php _e('Word Count:'); ?> <span class="word-count">0</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user