Changeset 63708 for branches/5.4/src/wp-includes/formatting.php
- Timestamp:
- 09/17/2026 09:05:55 PM (10 hours ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/trunk merged: 62658,63656-63657,63659-63660,63665,63669,63672,63675
- Property svn:mergeinfo changed
-
branches/5.4/src/wp-includes/formatting.php
r55785 r63708 573 573 574 574 // If a <blockquote> is wrapped with a <p>, move it inside the <blockquote>. 575 $pee = preg_replace( ' |<p><blockquote([^>]*)>|i', '<blockquote$1><p>', $pee );575 $pee = preg_replace( '!<p><blockquote((?:[^>"\']|"[^"]*"|\'[^\']*\')*)>!i', '<blockquote$1><p>', $pee ); 576 576 $pee = str_replace( '</blockquote></p>', '</p></blockquote>', $pee ); 577 577
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)