Changeset 42827 for trunk/src/wp-admin/maint/repair.php
- Timestamp:
- 03/11/2018 04:43:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/maint/repair.php
r42343 r42827 66 66 echo '<h2 class="screen-reader-text">' . __( 'Check secret keys' ) . '</h2>'; 67 67 68 / / Translators: 1: wp-config.php; 2: Secret key service URL.68 /* translators: 1: wp-config.php, 2: secret key service URL */ 69 69 echo '<p>' . sprintf( __( 'While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the <a href="%2$s">WordPress.org secret key service</a>.' ), '<code>wp-config.php</code>', 'https://api.wordpress.org/secret-key/1.1/salt/' ) . '</p>'; 70 70 }
Note: See TracChangeset
for help on using the changeset viewer.