Ticket #16745: 16745.patch
| File 16745.patch, 603 bytes (added by , 15 years ago) |
|---|
-
wp-includes/query.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk bare
3505 3505 if ( $page > 1 ) 3506 3506 $more = 1; 3507 3507 $multipage = 1; 3508 $content = str_replace("\n<!--nextpage-->\n", '<!--nextpage-->', $content);3509 3508 $content = str_replace("\n<!--nextpage-->", '<!--nextpage-->', $content); 3510 3509 $content = str_replace("<!--nextpage-->\n", '<!--nextpage-->', $content); 3511 3510 $pages = explode('<!--nextpage-->', $content);