Ticket #113: 0000113-multiple-mores.diff
File 0000113-multiple-mores.diff, 556 bytes (added by , 16 years ago) |
---|
-
.php
old new 114 114 $file = $pagenow; //$_SERVER['PHP_SELF']; 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; 120 120 $teaser = $content[0]; … … 314 314 } 315 315 } 316 316 317 ?> 318 No newline at end of file 317 ?>