diff options
Diffstat (limited to 'content-page.php')
-rw-r--r-- | content-page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content-page.php b/content-page.php index 8844209..ecd934d 100644 --- a/content-page.php +++ b/content-page.php @@ -20,7 +20,7 @@ printf ( '<section class="main col-md-8"> </div> <div class="info"> <h2 class="titulo">%s</h2> - <p class="fecha">%s ' . __('por', ('libre')) . ' %s <a href="%s" target="_blank">%s</a></p> + <p class="fecha">%s ' . __('por', 'libre') . ' %s <a href="%s" target="_blank">%s</a></p> <div class="categorias"> %s </div> |