diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-22 18:12:58 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-22 18:12:58 -0500 |
commit | 45e9346b27d64d6ed89a43ec4d0c76bf226e0763 (patch) | |
tree | 65f45d66c5944ea476e8e91cc19aa7683e0a032a | |
parent | d7ce4266759c9c8c9943ceab74feee46ceac96ab (diff) | |
download | lidra-theme-45e9346b27d64d6ed89a43ec4d0c76bf226e0763.tar.lz lidra-theme-45e9346b27d64d6ed89a43ec4d0c76bf226e0763.tar.xz lidra-theme-45e9346b27d64d6ed89a43ec4d0c76bf226e0763.zip |
corregido error de sintaxis
-rw-r--r-- | content-page.php | 2 | ||||
-rw-r--r-- | content-search.php | 2 | ||||
-rw-r--r-- | content-single.php | 2 | ||||
-rw-r--r-- | content.php | 2 |
4 files changed, 4 insertions, 4 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> diff --git a/content-search.php b/content-search.php index abcab42..1742857 100644 --- a/content-search.php +++ b/content-search.php @@ -29,7 +29,7 @@ printf (' </div> <div class="info"> <h2 class="titulo"><a href="%s">%s</a></h2> - <p class="fecha">%s ' . __('por', ('libre')) . ' <a href="%s" target="_blank">%s</a></p> + <p class="fecha">%s ' . __('por', 'libre') . ' <a href="%s" target="_blank">%s</a></p> <div class="extracto">%s</div> <div class="categorias"> %s diff --git a/content-single.php b/content-single.php index 115d9b3..420f6e1 100644 --- a/content-single.php +++ b/content-single.php @@ -22,7 +22,7 @@ printf (' </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> diff --git a/content.php b/content.php index 3e5d7fc..543906d 100644 --- a/content.php +++ b/content.php @@ -27,7 +27,7 @@ printf (' </div> <div class="info"> <h2 class="titulo"><a href="%s">%s</a></h2> - <p class="fecha">%s ' . __('por', ('libre')) . ' <a href="%s" target="_blank">%s</a></p> + <p class="fecha">%s ' . __('por', 'libre') . ' <a href="%s" target="_blank">%s</a></p> <div class="extracto">%s</div> <div class="categorias"> %s |