Changeset 2997
- Timestamp:
- 04/22/2016 02:42:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
r2994 r2997 71 71 72 72 $line = $this->get_first_nonwhitespace( $contents ); 73 $this->name = $this->sanitize_text( trim( $line, "#= " ) );73 $this->name = $this->sanitize_text( trim( $line, "#= \t\0\x0B" ) ); 74 74 75 75 // Strip Github style header\n==== underlines
Note: See TracChangeset
for help on using the changeset viewer.