Changeset 1519 for trunk/wp-includes/template-functions-post.php
- Timestamp:
- 08/08/2004 08:22:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-post.php
r1406 r1519 115 115 } 116 116 $content = $pages[$page-1]; 117 $content = explode('<!--more-->', $content );117 $content = explode('<!--more-->', $content, 2); 118 118 if ((preg_match('/<!--noteaser-->/', $post->post_content) && ((!$multipage) || ($page==1)))) 119 119 $stripteaser = 1;
Note: See TracChangeset
for help on using the changeset viewer.