Changeset 5244 for trunk/wp-includes/post-template.php
- Timestamp:
- 04/11/2007 10:47:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r5242 r5244 81 81 82 82 $content = $pages[$page-1]; 83 if ( preg_match('/<!--more(. +?)?-->/', $content, $matches) ) {83 if ( preg_match('/<!--more(.*?)?-->/', $content, $matches) ) { 84 84 $content = explode($matches[0], $content, 2); 85 85 if ( !empty($matches[1]) && !empty($more_link_text) )
Note: See TracChangeset
for help on using the changeset viewer.