Changeset 5452
- Timestamp:
- 04/30/2017 08:36:03 PM (8 years 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
r5447 r5452 98 98 } 99 99 100 if ( preg_match_all( '|<li>( [\s\S]*?)</li>|', $section_text, $matches ) ) {100 if ( preg_match_all( '|<li>(?!<p>)([\s\S]*?)</li>|', $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.