Changeset 32078
- Timestamp:
- 04/08/2015 04:58:13 PM (10 years ago)
- Location:
- trunk/src/wp-includes/js/tinymce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wplink/plugin.js
r31714 r32078 25 25 editor.addMenuItem( 'link', { 26 26 icon: 'link', 27 text: 'Insert link',27 text: 'Insert/edit link', 28 28 cmd: 'WP_Link', 29 29 stateSelector: 'a[href]', -
trunk/src/wp-includes/js/tinymce/wp-mce-help.php
r32060 r32078 118 118 <tr><th>j</th><td><?php _e('Justify Text'); ?></td><th>c</th><td><?php _e('Align Center'); ?></td></tr> 119 119 <tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough'); ?></span></td><th>r</th><td><?php _e('Align Right'); ?></td></tr> 120 <tr><th>u</th><td><strong>•</strong> <?php _e('List'); ?></td><th>a</th><td><?php _e('Insert link'); ?></td></tr>120 <tr><th>u</th><td><strong>•</strong> <?php _e('List'); ?></td><th>a</th><td><?php _e('Insert/edit link'); ?></td></tr> 121 121 <tr><th>o</th><td>1. <?php _e('List'); ?></td><th>s</th><td><?php _e('Remove link'); ?></td></tr> 122 122 <tr><th>q</th><td><?php _e('Quote'); ?></td><th>m</th><td><?php _e('Insert Image'); ?></td></tr>
Note: See TracChangeset
for help on using the changeset viewer.