Changeset 57793 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 03/08/2024 10:36:01 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r57529 r57793 259 259 /* translators: 1: Documentation on WordPress backups, 2: Documentation on updating WordPress. */ 260 260 __( '<strong>Important:</strong> Before updating, please <a href="%1$s">back up your database and files</a>. For help with updates, visit the <a href="%2$s">Updating WordPress</a> documentation page.' ), 261 __( 'https:// wordpress.org/documentation/article/wordpress-backups/' ),261 __( 'https://developer.wordpress.org/advanced-administration/security/backup/' ), 262 262 __( 'https://wordpress.org/documentation/article/updating-wordpress/' ) 263 263 ); … … 1046 1046 ); 1047 1047 1048 $help_sidebar_rollback = '<p>' . __( '<a href="https:// wordpress.org/documentation/article/common-wordpress-errors/">Common Errors</a>' ) . '</p>';1048 $help_sidebar_rollback = '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/wordpress/common-errors/">Common Errors</a>' ) . '</p>'; 1049 1049 } 1050 1050
Note: See TracChangeset
for help on using the changeset viewer.