Ticket #63269: 63269.diff
| File 63269.diff, 1.6 KB (added by , 10 months ago) |
|---|
-
src/js/_enqueues/wp/editor/base.js
1293 1293 .append( $button.attr({ 1294 1294 id: id + '-html', 1295 1295 'class': 'wp-switch-editor switch-html' 1296 }).text( window.tinymce.translate( ' Code' ) ) )1296 }).text( window.tinymce.translate( 'Text' ) ) ) 1297 1297 ).append( $editorContainer ) 1298 1298 ); 1299 1299 -
src/wp-includes/class-wp-editor.php
1396 1396 'Apply' => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog. 1397 1397 'Link options' => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog. 1398 1398 'Visual' => _x( 'Visual', 'Name for the Visual editor tab' ), // Editor switch tab label. 1399 ' Code' => _x( 'Code', 'Name for the Code editor tab (formerly Text)' ), // Editor switch tab label.1399 'Text' => _x( 'Code', 'Name for the Code editor tab (formerly Text)' ), // Editor switch tab label. 1400 1400 'Add Media' => array( __( 'Add Media' ), 'accessM' ), // Tooltip for the 'Add Media' button in the block editor Classic block. 1401 1401 1402 1402 // Shortcuts help modal.