- Timestamp:
- 09/27/2022 10:15:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r54324 r54325 75 75 return array( 76 76 'description' => sprintf( 77 /* translators: %s: Name of the constant used. */ 78 __( 'The %s constant is defined and enabled.' ), 79 "<code>$constant</code>" 77 /* translators: 1: Name of the constant used. 2: Value of the constant used. */ 78 __( 'The %1$s constant is defined as %2$s' ), 79 "<code>$constant</code>", 80 '<code>' . esc_html( var_export( constant( $constant ), true ) ) . '</code>' 80 81 ), 81 82 'severity' => 'fail',
Note: See TracChangeset
for help on using the changeset viewer.