Make WordPress Core

Ticket #26555: 26555.2.patch

File 26555.2.patch, 732 bytes (added by joedolson, 12 years ago)

Updated patch for TinyMCE 4

  • wp-includes/class-wp-editor.php

     
    897897                        ?>
    898898
    899899                        <div class="mce-widget mce-btn<?php if ( $args['both'] ) { ?> wp-fullscreen-both<?php } ?>">
    900                         <button type="button" role="presentation" title="<?php echo $args['title']; ?>"<?php echo $onclick; ?> id="wp_fs_<?php echo $button; ?>">
     900                        <button type="button" aria-label="<?php echo $args['title']; ?>" title="<?php echo $args['title']; ?>"<?php echo $onclick; ?> id="wp_fs_<?php echo $button; ?>">
    901901                                <i class="mce-ico mce-i-<?php echo $button; ?>"></i>
    902902                        </button>
    903903                        </div>