Changeset 56237 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/14/2023 10:09:51 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r56175 r56237 1025 1025 $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>'; 1026 1026 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 t icketand 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>'; 1028 1028 1029 1029 get_current_screen()->add_help_tab(
Note: See TracChangeset
for help on using the changeset viewer.