Changeset 60187
- Timestamp:
- 04/25/2025 06:26:40 PM (4 weeks ago)
- Location:
- branches/6.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/js/_enqueues/wp/editor/base.js
r59696 r60187 1294 1294 id: id + '-html', 1295 1295 'class': 'wp-switch-editor switch-html' 1296 }).text( window.tinymce.translate( 'Code ' ) ) )1296 }).text( window.tinymce.translate( 'Code|tab' ) ) ) 1297 1297 ).append( $editorContainer ) 1298 1298 ); -
branches/6.8/src/wp-includes/class-wp-editor.php
r59696 r60187 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 'Code|tab' => _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
Note: See TracChangeset
for help on using the changeset viewer.