removing two unecessary space lines
This commit is contained in:
parent
f51aef5c8e
commit
f238088767
|
|
@ -13,11 +13,9 @@ $args = array(
|
|||
"post_type" => "post",
|
||||
"status" => "publish",
|
||||
"posts_per_page" => $post_per_page,
|
||||
|
||||
);
|
||||
$posts = new WP_Query($args);
|
||||
|
||||
|
||||
?>
|
||||
<div class="template-archives template-archives--news">
|
||||
<?php /* --------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user