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 @@
diff --git a/README.md b/README.md
index 9910887..ecb73d6 100644
--- a/README.md
+++ b/README.md
@@ -41,5 +41,5 @@
Sob Domínio Púbico nos EUA (https://www.wikiart.org/en/giorgio-de-chirico/the-red-tower-1913)
- Tema Doo
- Por themevs 1018
- Sob licença MIT (https://br.wordpress.org/themes/doo/)
+ Por themevs 1018 (https://br.wordpress.org/themes/doo/)
+ Sob licença MIT (https://br.wordpress.org/themes/blogbasico/)
diff --git a/archive.php b/archive.php
index 63a2922..c23586e 100644
--- a/archive.php
+++ b/archive.php
@@ -2,7 +2,7 @@
/**
* The template for displaying archive pages
*
- * @package doo
+ * @package blogbasico
*/
// header
diff --git a/comments.php b/comments.php
index 89630b8..b201b5d 100644
--- a/comments.php
+++ b/comments.php
@@ -2,7 +2,7 @@
/**
* The template for displaying comments
*
- * @package doo
+ * @package blogbasico
*/
/*
@@ -26,13 +26,13 @@
if ( 1 === $comment_count ) {
printf(
/* translators: 1: title. */
- esc_html_e( 'One thought on “%1$s”', 'doo' ),
+ esc_html_e( 'One thought on “%1$s”', 'blogbasico' ),
'' . get_the_title() . ''
);
} else {
printf( // WPCS: XSS OK.
/* translators: 1: comment count number, 2: title. */
- esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'doo' ) ),
+ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'blogbasico' ) ),
number_format_i18n( $comment_count ),
'' . get_the_title() . ''
);
@@ -43,16 +43,16 @@
-
-
+
@@ -50,12 +50,12 @@
?>
@@ -63,7 +63,7 @@