Help/About: Use <strong> tags instead of double quotes in Media Library help text.

This aims to make the styling of button references more consistent across the help tabs.

Follow-up to [61277].

Props Guido07111975.
Fixes #64289.
Built from https://develop.svn.wordpress.org/trunk@61279


git-svn-id: http://core.svn.wordpress.org/trunk@60591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-11-22 23:25:33 +00:00
parent b06c9a7ca5
commit df7a24c97c
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ if ( 'grid' === $mode ) {
'content' =>
'<p>' . __( 'All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first.' ) . '</p>' .
'<p>' . __( 'You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.' ) . '</p>' .
'<p>' . __( 'To delete media items, click the &#8220;Bulk select&#8221; button at the top of the screen. Select any items you wish to delete, then click the &#8220;Delete permanently&#8221; button. Clicking the &#8220;Cancel&#8221; button takes you back to viewing your media.' ) . '</p>',
'<p>' . __( 'To delete media items, click the <strong>Bulk select</strong> button at the top of the screen. Select any items you wish to delete, then click the <strong>Delete permanently</strong> button. Clicking the <strong>Cancel</strong> button takes you back to viewing your media.' ) . '</p>',
)
);

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61278';
$wp_version = '7.0-alpha-61279';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.