diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 18dba6a640..bbba6cc02a 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -239,7 +239,13 @@ get_current_screen()->add_help_tab( 'id' => 'actions-links', 'title' => __( 'Available Actions' ), 'content' => - '

' . __( '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.' ) . '

', + '

' . __( 'Hovering over a row reveals action links that allow you to manage media items. You can perform the following actions:' ) . '

' . + '', ) ); get_current_screen()->add_help_tab( diff --git a/wp-includes/version.php b/wp-includes/version.php index e774e53173..e6fd9fe78d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53585'; +$wp_version = '6.1-alpha-53586'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.