diff options
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index c87eff1..523c308 100644 --- a/functions.php +++ b/functions.php @@ -33,7 +33,7 @@ add_filter('excerpt_more', 'read_more'); // Funcion de widget function widgets_activation(){ register_sidebar( array( - 'name' => __('Sidebar', 'libre'), + 'name' => __('Sidebar', 'Lidra'), 'id' => 'sidebar', 'before_widget' => '<div class="widget"><div class="titulo-seccion">', 'after_widget' => '</div></div>', |