diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 606ea6d5da..887f31ad28 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -256,6 +256,7 @@ if ( 'post' == $post_type ) { $title_and_editor = '
' . __('Title - Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '
'; $title_and_editor .= '' . __('Post editor - Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. The Text mode allows you to enter HTML along with your post text. Line breaks will be converted to paragraphs automatically. You can insert media files by clicking the icons above the post editor and following the directions. You can go to the distraction-free writing screen via the Fullscreen icon in Visual mode (second to last in the top row) or the Fullscreen button in Text mode (last in the row). Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular post editor.') . '
'; + $title_and_editor .= '' . __( 'Keyboard users: When you’re working in the visual editor, you can use Alt + F10 to access the toolbar.' ) . '
'; get_current_screen()->add_help_tab( array( 'id' => 'title-post-editor',