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(