From f81e849e141aa968bf37b95c22b3d283987996f3 Mon Sep 17 00:00:00 2001
From: andersonicoutos <23392311+andersonicoutos@users.noreply.github.com>
Date: Mon, 29 Oct 2018 11:46:01 -0300
Subject: [PATCH] M 404.php M README.md M archive.php M comments.php M
footer.php M functions.php M inc/customizer.php M inc/inline-styles.php M
inc/sanitize.php M inc/template-comments.php M inc/template-functions.php M
inc/template-tags.php M inc/template-widgets.php M index.php M
languages/doo.pot M page.php A readme.txt M search.php M searchform.php M
sidebar.php M single.php M template-parts/blog-posts.php M
template-parts/content-audio.php M template-parts/content-gallery.php M
template-parts/content-none.php M template-parts/content-standard.php M
template-parts/content-video.php M template-parts/content.php
---
404.php | 4 +-
README.md | 4 +-
archive.php | 2 +-
comments.php | 12 +-
footer.php | 12 +-
functions.php | 38 +++---
inc/customizer.php | 198 ++++++++++++++--------------
inc/inline-styles.php | 8 +-
inc/sanitize.php | 14 +-
inc/template-comments.php | 34 ++---
inc/template-functions.php | 26 ++--
inc/template-tags.php | 48 +++----
inc/template-widgets.php | 10 +-
index.php | 2 +-
languages/doo.pot | 2 +-
page.php | 4 +-
readme.txt | 56 ++++++++
search.php | 2 +-
searchform.php | 4 +-
sidebar.php | 2 +-
single.php | 12 +-
template-parts/blog-posts.php | 8 +-
template-parts/content-audio.php | 8 +-
template-parts/content-gallery.php | 8 +-
template-parts/content-none.php | 10 +-
template-parts/content-standard.php | 6 +-
template-parts/content-video.php | 8 +-
template-parts/content.php | 8 +-
28 files changed, 303 insertions(+), 247 deletions(-)
create mode 100644 readme.txt
diff --git a/404.php b/404.php
index 1851589..4c7e8a5 100644
--- a/404.php
+++ b/404.php
@@ -2,7 +2,7 @@
/**
* The template for displaying 404 pages (not found)
*
- * @package doo
+ * @package blogbasico
*/
get_header(); ?>
@@ -13,7 +13,7 @@