diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php
index 45fb3c35b6..ef844d2f49 100644
--- a/src/wp-includes/formatting.php
+++ b/src/wp-includes/formatting.php
@@ -452,7 +452,7 @@ function _wptexturize_pushpop_element( $text, &$stack, $disabled_elements ) {
  *
  * @param string $pee The text which has to be formatted.
  * @param bool   $br  Optional. If set, this will convert all remaining line-breaks
- *                    after paragraphing. Default true.
+ *                    after paragraphing. Line breaks within <script>, <style>, and <svg> sections are not affected. Default true.
  * @return string Text which has been converted into correct paragraph tags.
  */
 function wpautop( $pee, $br = true ) {
