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