We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73edc8 commit d83213dCopy full SHA for d83213d
src/wp-content/themes/twentyten/loop.php
@@ -20,7 +20,8 @@
20
?>
21
22
<?php // Display navigation to next/previous pages when applicable. ?>
23
-<?php if ( $wp_query->max_num_pages > 1 ) :
+<?php
24
+if ( $wp_query->max_num_pages > 1 ) :
25
$order = get_query_var( 'order', 'DESC' );
26
$is_desc = ( 'DESC' === $order );
27
0 commit comments