Ticket #4257: 4257.diff
File 4257.diff, 618 bytes (added by , 16 years ago) |
---|
-
wp-includes/general-template.php
908 908 edCanvas = document.getElementById('<?php echo $id; ?>'); 909 909 <?php if ( $prev_id && user_can_richedit() ) : ?> 910 910 // This code is meant to allow tabbing from Title to Post (TinyMCE). 911 if ( t inyMCE.isMSIE )911 if ( typeof tinyMCE != "undefined" && tinyMCE.isMSIE ) 912 912 document.getElementById('<?php echo $prev_id; ?>').onkeydown = function (e) 913 913 { 914 914 e = e ? e : window.event;