- Timestamp:
- 02/23/2023 10:36:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r53426 r55412 294 294 /* translators: %s: Documentation URL. */ 295 295 __( 'You are uploading an older version of a current plugin. You can continue to install the older version, but be sure to <a href="%s">back up your database and files</a> first.' ), 296 __( 'https://wordpress.org/ support/article/wordpress-backups/' )296 __( 'https://wordpress.org/documentation/article/wordpress-backups/' ) 297 297 ); 298 298 } else { … … 300 300 /* translators: %s: Documentation URL. */ 301 301 __( 'You are updating a plugin. Be sure to <a href="%s">back up your database and files</a> first.' ), 302 __( 'https://wordpress.org/ support/article/wordpress-backups/' )302 __( 'https://wordpress.org/documentation/article/wordpress-backups/' ) 303 303 ); 304 304 }
Note: See TracChangeset
for help on using the changeset viewer.