Ticket #26555: 26555.patch
File 26555.patch, 776 bytes (added by , 10 years ago) |
---|
-
wp-includes/class-wp-editor.php
729 729 730 730 <div<?php if ( $args['both'] ) { ?> class="wp-fullscreen-both"<?php } ?>> 731 731 <a title="<?php echo $args['title']; ?>" onclick="<?php echo $args['onclick']; ?>return false;" class="mceButton mceButtonEnabled mce_<?php echo $button; ?>" href="#" id="wp_fs_<?php echo $button; ?>" role="button" aria-pressed="false"> 732 <span class="mceIcon mce_<?php echo $button; ?>">< /span>732 <span class="mceIcon mce_<?php echo $button; ?>"><span class="screen-reader-text"><?php echo $args['title']; ?></span></span> 733 733 </a> 734 734 </div> 735 735 <?php