diff --git a/inc/network/includes-network.php b/inc/network/includes-network.php index d471899..fefa86b 100644 --- a/inc/network/includes-network.php +++ b/inc/network/includes-network.php @@ -438,7 +438,7 @@ function network_step2( $errors = false ) { above the line reading %3$s:' ), + wp_kses_post( __( 'Add the following to your %1$s file in %2$s above the line reading %3$s:' ) ), '' . $config_filename . '', // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . $location_of_wp_config . '', // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped // translators: This string should only be translated if wp-config-sample.php is localized. @@ -456,8 +456,8 @@ function network_step2( $errors = false ) { ); ?>

-