Make WordPress Core


Ignore:
Timestamp:
07/14/2023 10:09:51 PM (15 months ago)
Author:
azaozz
Message:

Help/About: Fix typo in [56171]: support forum "topic", not "ticket".

Props: tobifjellner.
Fixes: #58199.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r56175 r56237  
    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(
Note: See TracChangeset for help on using the changeset viewer.