Changeset 4194
- Timestamp:
- 10/07/2016 04:31:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
r4125 r4194 143 143 protected function parse_readme( $file ) { 144 144 $contents = file_get_contents( $file ); 145 $contents = preg_split( '!\R! ', $contents );145 $contents = preg_split( '!\R!u', $contents ); 146 146 $contents = array_map( array( $this, 'strip_newlines' ), $contents ); 147 147
Note: See TracChangeset
for help on using the changeset viewer.