aboutsummaryrefslogtreecommitdiffstats
path: root/content-single.php
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-08-15 09:56:33 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-08-15 09:56:33 -0500
commite661996c658e699e9e452b6522d64e270e121fe5 (patch)
tree46693b2a3b129c53cbfef56e8dd91574e9e19a2e /content-single.php
parentc675ca39e68062b3224ea6cb18a6bf928e983df3 (diff)
downloadlidra-theme-e661996c658e699e9e452b6522d64e270e121fe5.tar.lz
lidra-theme-e661996c658e699e9e452b6522d64e270e121fe5.tar.xz
lidra-theme-e661996c658e699e9e452b6522d64e270e121fe5.zip
corrige posible redirección no deseada
Diffstat (limited to 'content-single.php')
-rw-r--r--content-single.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/content-single.php b/content-single.php
index 00ee91a..77794cf 100644
--- a/content-single.php
+++ b/content-single.php
@@ -21,7 +21,7 @@ printf ('
</div>
<article class="info">
<h2 class="titulo">%s</h2>
- <p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;%s <a href="%s" target="_blank">%s</a></p>
+ <p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;%s <a href="%s" rel="noopener noreferrer" target="_blank">%s</a></p>
<div class="categorias">
%s
</div>
@@ -46,10 +46,10 @@ printf ('
</div>'
);
comments_template();
- endwhile;
- else:
- printf( '<p>' . __('No post', 'Lidra') . '</p>' );
- endif;
- rewind_posts();
+ endwhile;
+ else:
+ printf( '<p>' . __('No post', 'Lidra') . '</p>' );
+ endif;
+ rewind_posts();
printf(' </div>
</div>');