### Eclipse Workspace Patch 1.0
#P wordpress
Index: wp-includes/query.php
===================================================================
--- wp-includes/query.php	(revision 17454)
+++ wp-includes/query.php	(working copy)
@@ -3502,7 +3502,7 @@
 	if ( is_single() || is_page() || is_feed() )
 		$more = 1;
 	$content = $post->post_content;
-	if ( strpos( $content, '<!--nextpage-->' ) ) {
+	if ( false !== strpos( $content, '<!--nextpage-->' ) ) {
 		if ( $page > 1 )
 			$more = 1;
 		$multipage = 1;
