Ticket #28654: help_tab_edits.diff
File help_tab_edits.diff, 5.7 KB (added by , 11 years ago) |
---|
-
wp-admin/edit-form-advanced.php
262 262 ) ); 263 263 264 264 $title_and_editor = '<p>' . __('<strong>Title</strong> - Enter a title for your post. After you enter a title, you’ll see the permalink below, which you can edit.') . '</p>'; 265 $title_and_editor .= '<p>' . __('<strong>Post editor</strong> - 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.') . '</p>';265 $title_and_editor .= '<p>' . __('<strong>Post editor</strong> - 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 or dragging and dropping media files directly over the post editor. You can go to the distraction-free writing screen via the Fullscreen icon (last in the row) in both Visual and Text mode. Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular post editor.') . '</p>'; 266 266 $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>'; 267 267 268 268 get_current_screen()->add_help_tab( array( … … 312 312 } 313 313 314 314 if ( 'post' == $post_type || 'page' == $post_type ) { 315 $inserting_media = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button . You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the “Create a new gallery” button.' ) . '</p>';315 $inserting_media = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button or dragging and dropping media files directly over the post editor. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the “Create a new gallery” button.' ) . '</p>'; 316 316 $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href="http://codex.wordpress.org/Embeds">learn more about embeds</a>.' ) . '</p>'; 317 317 318 318 get_current_screen()->add_help_tab( array( -
wp-admin/edit.php
175 175 '<p>' . __('You can customize the display of this screen’s contents in a number of ways:') . '</p>' . 176 176 '<ul>' . 177 177 '<li>' . __('You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.') . '</li>' . 178 '<li>' . __('You can filter the list of posts by post status using the text links in the upper left to show All, Published, Draft, or Trashed posts. The default view is to show all posts.') . '</li>' .178 '<li>' . __('You can filter the list of posts by post status using the text links in the upper left to show All, Published, Sticky, Draft, Pending, or Trashed posts. The default view is to show all posts.') . '</li>' . 179 179 '<li>' . __('You can view posts in a simple title list or with an excerpt. Choose the view you prefer by clicking on the icons at the top of the list on the right.') . '</li>' . 180 180 '<li>' . __('You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list.') . '</li>' . 181 181 '</ul>' -
wp-admin/upload.php
186 186 'id' => 'attaching-files', 187 187 'title' => __('Attaching Files'), 188 188 'content' => 189 '<p>' . __( 'If a media file has not been attached to any post, you will see that in the Attached To column, and can click on Attach Fileto launch a small popup that will allow you to search for a post and attach the file.' ) . '</p>'189 '<p>' . __( 'If a media file has not been attached to any post, you will see that in the Uploaded To column, and can click on Attach to launch a small popup that will allow you to search for a post and attach the file.' ) . '</p>' 190 190 ) ); 191 191 192 192 get_current_screen()->set_help_sidebar(