Changeset 48194 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 06/27/2020 11:00:49 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r47808 r48194 294 294 $title_and_editor .= '<p>' . __( 'You can insert media files by clicking the button above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode.' ) . '</p>'; 295 295 $title_and_editor .= '<p>' . __( 'You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options.' ) . '</p>'; 296 $title_and_editor .= '<p>' . __( 'Keyboard users: When you’re working in the visual editor, you can use <kbd>Alt + F10</kbd> to access the toolbar.' ) . '</p>'; 296 $title_and_editor .= '<p>' . sprintf( 297 /* translators: %s: Alt + F10 */ 298 __( 'Keyboard users: When you’re working in the visual editor, you can use %s to access the toolbar.' ), 299 '<kbd>Alt + F10</kbd>' 300 ) . '</p>'; 297 301 298 302 get_current_screen()->add_help_tab(
Note: See TracChangeset
for help on using the changeset viewer.