From 9f80bbceebedcb23da1c826e99dd2292a79567e6 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 14 Jul 2023 22:09:51 +0000 Subject: [PATCH] Help/About: Fix typo in [56171]: support forum "topic", not "ticket". Props: tobifjellner. Fixes: #58199. git-svn-id: https://develop.svn.wordpress.org/trunk@56237 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index 61870f2439..8949f39e33 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -1024,7 +1024,7 @@ $help_sidebar_rollback = ''; if ( current_user_can( 'update_themes' ) || current_user_can( 'update_plugins' ) ) { $rollback_help = '

' . __( 'This feature will create a temporary backup of a plugin or theme before it is upgraded. This backup is used to restore the plugin or theme back to its previous state if there is an error during the update process.' ) . '

'; - $rollback_help .= '

' . __( 'On systems with fewer resources, this may lead to server timeouts or resource limits being reached. If you encounter an issue during the update process, please create a support forum ticket and reference Rollback in the issue title.' ) . '

'; + $rollback_help .= '

' . __( 'On systems with fewer resources, this may lead to server timeouts or resource limits being reached. If you encounter an issue during the update process, please create a support forum topic and reference Rollback in the issue title.' ) . '

'; get_current_screen()->add_help_tab( array(