diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
commit | bb98b20786c8e3d1d834d2cd30d35cc500a46ab8 (patch) | |
tree | 44cfe5b9bf04bd113c136fb9fd9569140493adb0 /content-page.php | |
parent | 591809d44a736e70c3e35d91904be189214a9373 (diff) | |
download | lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.lz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.xz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.zip |
Optimización del código + LibreVideoJS v2.0 + Languages
Diffstat (limited to 'content-page.php')
-rw-r--r-- | content-page.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content-page.php b/content-page.php index 9adc5d7..611bd8f 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 ' . __('by', 'Lidra') . ' %s <a href="%s" target="_blank">%s</a></p> <div class="categorias"> %s </div> @@ -48,7 +48,7 @@ printf ( '<section class="main col-md-8"> ); endwhile; else: - printf( '<p>' . __('No hay páginas', 'libre') . '</p>' ); + printf( '<p>' . __('No pages', 'Lidra') . '</p>' ); endif; rewind_posts(); printf(' </div> |