Ticket #26555: 26555.2.patch
| File 26555.2.patch, 732 bytes (added by , 12 years ago) |
|---|
-
wp-includes/class-wp-editor.php
897 897 ?> 898 898 899 899 <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; ?>"> 901 901 <i class="mce-ico mce-i-<?php echo $button; ?>"></i> 902 902 </button> 903 903 </div>