Changeset 13075
- Timestamp:
- 12/21/2023 12:25:28 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-readme-import.php
r10138 r13075 98 98 } 99 99 100 if ( preg_match_all( ' |<li>(?!<p>)([\s\S]*?)</li>|', $section_text, $matches ) ) {100 if ( preg_match_all( '~<li>(?!<p>)([\s\S]*?)(</li>|\s*<ul>)~', $section_text, $matches ) ) { 101 101 if ( ! empty( $matches[1] ) ) { 102 102 foreach ( $matches[1] as $text ) {
Note: See TracChangeset
for help on using the changeset viewer.