Ticket #12651: postdata-fix.diff
File postdata-fix.diff, 361 bytes (added by , 15 years ago) |
---|
-
query.php
2793 2793 $pages = explode('<!--nextpage-->', $content); 2794 2794 $numpages = count($pages); 2795 2795 } else { 2796 $pages [0] = $post->post_content;2796 $pages = array( $post->post_content ); 2797 2797 $multipage = 0; 2798 2798 } 2799 2799