diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index bbdcd46077..bca83ac73e 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -126,9 +126,11 @@ function insert_with_markers( $filename, $marker, $insertion ) { $instructions = sprintf( /* translators: 1: marker */ - __( 'The directives (lines) between `BEGIN %1$s` and `END %1$s` are + __( + 'The directives (lines) between `BEGIN %1$s` and `END %1$s` are dynamically generated, and should only be modified via WordPress filters. -Any changes to the directives between these markers will be overwritten.' ), +Any changes to the directives between these markers will be overwritten.' + ), $marker );