- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r55276 r55412 329 329 /* translators: %s: Documentation URL. */ 330 330 __( 'You are uploading an older version of the active theme. You can continue to install the older version, but be sure to <a href="%s">back up your database and files</a> first.' ), 331 __( 'https://wordpress.org/ support/article/wordpress-backups/' )331 __( 'https://wordpress.org/documentation/article/wordpress-backups/' ) 332 332 ); 333 333 } else { … … 335 335 /* translators: %s: Documentation URL. */ 336 336 __( 'You are updating a theme. Be sure to <a href="%s">back up your database and files</a> first.' ), 337 __( 'https://wordpress.org/ support/article/wordpress-backups/' )337 __( 'https://wordpress.org/documentation/article/wordpress-backups/' ) 338 338 ); 339 339 }
Note: See TracChangeset
for help on using the changeset viewer.