From e661996c658e699e9e452b6522d64e270e121fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Tue, 15 Aug 2017 09:56:33 -0500 Subject: =?UTF-8?q?corrige=20posible=20redirecci=C3=B3n=20no=20deseada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content-page.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content-page.php') diff --git a/content-page.php b/content-page.php index 2b07f04..839f4e7 100644 --- a/content-page.php +++ b/content-page.php @@ -19,7 +19,7 @@ printf ( '

%s

-

%s ' . __('by', 'Lidra') . ' %s %s

+

%s ' . __('by', 'Lidra') . ' %s %s

%s
@@ -43,10 +43,10 @@ printf ( '
' ); - endwhile; - else: - printf( '

' . __('No pages', 'Lidra') . '

' ); - endif; + endwhile; + else: + printf( '

' . __('No pages', 'Lidra') . '

' ); + endif; rewind_posts(); printf(' '); -- cgit v1.2.3