Skip to content

Commit 9f80bbc

Browse files
committed
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
1 parent 118c369 commit 9f80bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/update-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ function do_undismiss_core_update() {
10241024
if ( current_user_can( 'update_themes' ) || current_user_can( 'update_plugins' ) ) {
10251025
$rollback_help = '<p>' . __( '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.' ) . '</p>';
10261026

1027-
$rollback_help .= '<p>' . __( '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 <strong>Rollback</strong> in the issue title.' ) . '</p>';
1027+
$rollback_help .= '<p>' . __( '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 <strong>Rollback</strong> in the issue title.' ) . '</p>';
10281028

10291029
get_current_screen()->add_help_tab(
10301030
array(

0 commit comments

Comments
 (0)