From bc802e7b5161766ea9ea3ed438749baa77bb3e1f Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 2 Feb 2023 20:24:20 +0000 Subject: [PATCH] Help/About: Update help tab texts to consistently describe button labels. This changeset ensures help tab texts consistently refer to the related button labels. Props kebbet, costdev. Fixes #57608. Built from https://develop.svn.wordpress.org/trunk@55195 git-svn-id: http://core.svn.wordpress.org/trunk@54728 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 2 +- wp-admin/media.php | 6 +++--- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 907a760e6e..77160dd7d2 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -346,7 +346,7 @@ if ( 'post' === $post_type ) { '

' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '

' . '

' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '

' . '

' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '

' . - '

' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '

', + '

' . __( 'Remember to click Update to save metadata entered or changed.' ) . '

', ) ); diff --git a/wp-admin/media.php b/wp-admin/media.php index 62399a2a3a..6532dd53ba 100644 --- a/wp-admin/media.php +++ b/wp-admin/media.php @@ -88,7 +88,7 @@ switch ( $action ) { '

' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '

' . '

' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '

' . '

' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '

' . - '

' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '

', + '

' . __( 'Remember to click Update to save metadata entered or changed.' ) . '

', ) ); @@ -134,7 +134,7 @@ switch ( $action ) {

- +

@@ -154,7 +154,7 @@ switch ( $action ) {
- + diff --git a/wp-includes/version.php b/wp-includes/version.php index 6bd965e428..5d3eeeba43 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55194'; +$wp_version = '6.2-alpha-55195'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.