Help/About: Typo correction in the Media Library help tab text.
Follow-up to [53586]. Props SergeyBiryukov. Fixes #55800. Built from https://develop.svn.wordpress.org/trunk@53587 git-svn-id: http://core.svn.wordpress.org/trunk@53175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e170038ca1
commit
46eb690e8f
|
@ -241,7 +241,7 @@ get_current_screen()->add_help_tab(
|
|||
'content' =>
|
||||
'<p>' . __( 'Hovering over a row reveals action links that allow you to manage media items. You can perform the following actions:' ) . '</p>' .
|
||||
'<ul>' .
|
||||
'<li>' . __( '<strong>Edit</strong> takes you to simple screen to edit that individual file’s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '</li>' .
|
||||
'<li>' . __( '<strong>Edit</strong> takes you to a simple screen to edit that individual file’s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '</li>' .
|
||||
'<li>' . __( '<strong>Delete Permanently</strong> will delete the file from the media library (as well as from any posts to which it is currently attached).' ) . '</li>' .
|
||||
'<li>' . __( '<strong>View</strong> will take you to a public display page for that file.' ) . '</li>' .
|
||||
'<li>' . __( '<strong>Copy URL to clipboard</strong> copies the URL for the media file to your clipboard.' ) . '</li>' .
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53586';
|
||||
$wp_version = '6.1-alpha-53587';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue