Ticket #11389: 11389.diff
File 11389.diff, 421 bytes (added by , 15 years ago) |
---|
-
wp-includes/query.php
1424 1424 if ( '' != $qv['tb'] ) 1425 1425 $this->is_trackback = true; 1426 1426 1427 if ( '' != $qv['paged'] )1427 if ( '' != $qv['paged'] && ( intval($qv['paged']) > 1 ) ) 1428 1428 $this->is_paged = true; 1429 1429 1430 1430 if ( '' != $qv['comments_popup'] )