Skip to content

Commit d83213d

Browse files
authored
Coding standards fix
1 parent f73edc8 commit d83213d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wp-content/themes/twentyten/loop.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
?>
2121

2222
<?php // Display navigation to next/previous pages when applicable. ?>
23-
<?php if ( $wp_query->max_num_pages > 1 ) :
23+
<?php
24+
if ( $wp_query->max_num_pages > 1 ) :
2425
$order = get_query_var( 'order', 'DESC' );
2526
$is_desc = ( 'DESC' === $order );
2627

0 commit comments

Comments
 (0)