Changeset 5244 for trunk/wp-includes/post.php
- Timestamp:
- 04/11/2007 10:47:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r5243 r5244 75 75 function get_extended($post) { 76 76 //Match the new style more links 77 if ( preg_match('/<!--more(.*?) -->/', $post, $matches) ) {77 if ( preg_match('/<!--more(.*?)?-->/', $post, $matches) ) { 78 78 list($main, $extended) = explode($matches[0], $post, 2); 79 79 } else {
Note: See TracChangeset
for help on using the changeset viewer.