Changeset 2621 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme-parser/ReadmeParser.php
- Timestamp:
- 02/25/2016 10:49:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme-parser/ReadmeParser.php
r2563 r2621 343 343 $text = str_replace( ''', "'", $text ); 344 344 345 if ( '<pre><code>' == $matches[1] ) {345 if ( '<pre><code>' == $matches[1] ) { 346 346 $text = "\n$text\n"; 347 347 }
Note: See TracChangeset
for help on using the changeset viewer.