Help tweaks for comments, media, edit.php, update-core.php. props jane, see #19020.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -154,13 +154,13 @@ get_current_screen()->add_help_tab( array(
|
||||
) );
|
||||
get_current_screen()->add_help_tab( array(
|
||||
'id' => 'actions-links',
|
||||
'title' => __('Action Links'),
|
||||
'title' => __('Available Actions'),
|
||||
'content' =>
|
||||
'<p>' . __( 'Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.' ) . '</p>'
|
||||
) );
|
||||
get_current_screen()->add_help_tab( array(
|
||||
'id' => 'attach-media-files',
|
||||
'title' => __('Attach Media Files'),
|
||||
'id' => 'attaching-files',
|
||||
'title' => __('Attaching Files'),
|
||||
'content' =>
|
||||
'<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 File to launch a small popup that will allow you to search for a post and attach the file.' ) . '</p>'
|
||||
) );
|
||||
|
||||
Reference in New Issue
Block a user