Changeset 8848
- Timestamp:
- 05/21/2019 09:32:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-markdown/inc/class-importer.php
r8847 r8848 441 441 if ( preg_match( '/^#\s(.+)/', $markdown, $matches ) ) { 442 442 $title = $matches[1]; 443 $markdown = preg_replace( '/^#\s wp\s(.+)/', '', $markdown );443 $markdown = preg_replace( '/^#\s(.+)/', '', $markdown ); 444 444 } 445 445 $markdown = trim( $markdown );
Note: See TracChangeset
for help on using the changeset viewer.