Changeset 45164
- Timestamp:
- 04/12/2019 02:26:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r45121 r45164 1183 1183 '<p>%s</p>', 1184 1184 sprintf( 1185 /* translators: %s: Name of the constant used.*/1185 /* translators: %s: WP_DEBUG_LOG */ 1186 1186 __( 'The value, %s, has been added to this website’s configuration file. This means any errors on the site will be written to a file which is potentially available to normal users.' ), 1187 1187 '<code>WP_DEBUG_LOG</code>' … … 1198 1198 '<p>%s</p>', 1199 1199 sprintf( 1200 /* translators: %s: Name of the constant used. */ 1201 __( 'The value, %s, has either been added to your configuration file, or left with its default value. This will make errors display on the front end of your site.' ), 1202 '<code>WP_DEBUG_DISPLAY</code>' 1200 /* translators: 1: WP_DEBUG_DISPLAY, 2: WP_DEBUG */ 1201 __( 'The value, %1$s, has either been enabled by %2$s or added to your configuration file. This will make errors display on the front end of your site.' ), 1202 '<code>WP_DEBUG_DISPLAY</code>', 1203 '<code>WP_DEBUG</code>' 1203 1204 ) 1204 1205 );
Note: See TracChangeset
for help on using the changeset viewer.