From 6992b881d0d2000c283dca7f664d32abdc6fa8f1 Mon Sep 17 00:00:00 2001 From: Ricardo Braz Date: Mon, 18 Jan 2016 05:43:22 -0200 Subject: [PATCH] Update print-posts.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aquele IF sempre retornava true, pois o arquivo existe no diretório. Deveria ser removido, para economizar recurso do servidor, e trocar pelo link da condição verdadeira. --- print/print-posts.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/print/print-posts.php b/print/print-posts.php index 60d4a59..1a5f21c 100644 --- a/print/print-posts.php +++ b/print/print-posts.php @@ -24,11 +24,7 @@ <?php bloginfo('name'); ?> <?php wp_title(); ?> - - - - - + @@ -63,4 +59,4 @@ - \ No newline at end of file +