Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
remove else condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisavvymachine committed Sep 13, 2016
1 parent 222dd37 commit 6c48fc9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,6 @@ function some_like_it_neat_post_navigation() {
'screen_reader_text' => __( 'Page navigation', 'some-like-it-neat' )
)
);
} else {
wp_link_pages(
array(
'before' => '<div class="page-links">' . __( 'Pages:', 'some-like-it-neat' ),
'after' => '</div>',
)
);
}
}
endif;
Expand Down

0 comments on commit 6c48fc9

Please sign in to comment.