@@ -19,7 +19,9 @@ |
||
19 | 19 | { |
20 | 20 | global $post; |
21 | 21 | $pos = strpos($post->post_content, "<!--nextpage-->"); |
22 | - if (!$pos) return -1; |
|
22 | + if (!$pos) { |
|
23 | + return -1; |
|
24 | + } |
|
23 | 25 | |
24 | 26 | global $wp; |
25 | 27 | $url = home_url( $wp->request ); |