diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-22 14:43:38 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-22 14:43:38 -0500 |
commit | 65d9e20693161949bbe55140c7162dd5e1df3e95 (patch) | |
tree | 0e4afb0a879c8ce6627852c62f898652743dfe1e | |
parent | dab789f117a0e16a76e9af83dac91b8ab7a279e9 (diff) | |
download | lidra-theme-65d9e20693161949bbe55140c7162dd5e1df3e95.tar.lz lidra-theme-65d9e20693161949bbe55140c7162dd5e1df3e95.tar.xz lidra-theme-65d9e20693161949bbe55140c7162dd5e1df3e95.zip |
ajuste de sintaxis y ajuste en busquedas
-rw-r--r-- | content-search.php | 2 | ||||
-rw-r--r-- | header-404.php | 3 | ||||
-rw-r--r-- | header.php | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/content-search.php b/content-search.php index 3301399..82851e7 100644 --- a/content-search.php +++ b/content-search.php @@ -53,7 +53,7 @@ printf (' ); endwhile; else: - printf( '<p>' . __('No hay entradas', 'libre') . '</p>' ); + printf( '<p>' . __('No se encontraron articulos con:', 'libre') . ' '. get_search_query() .' </p>' ); endif; rewind_posts(); printf(' diff --git a/header-404.php b/header-404.php index 0267697..d3c066e 100644 --- a/header-404.php +++ b/header-404.php @@ -36,5 +36,6 @@ printf( */ </script>'); wp_head(); -printf('</head> +printf( +'</head> <body>'); @@ -1,6 +1,6 @@ <?php -printf(' -<!DOCTYPE html> +printf( +'<!DOCTYPE html> <html lang="' . get_bloginfo('language') . '"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> |