Skip to content

Commit 4b6ab5f

Browse files
Update src/wp-content/themes/twentytwelve/functions.php
Co-authored-by: Stephen A. Bernhardt <[email protected]>
1 parent 2553e97 commit 4b6ab5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-content/themes/twentytwelve/functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ function wp_get_list_item_separator() {
414414
function twentytwelve_content_nav( $html_id ) {
415415
global $wp_query;
416416

417-
if ( $wp_query->max_num_pages > 1 ) : ?>
418-
<?php
417+
if ( $wp_query->max_num_pages > 1 ) :
419418
$order = get_query_var( 'order', 'DESC' );
420419
$is_desc = ( 'DESC' === $order );
421420

0 commit comments

Comments
 (0)