diff --git a/wp-content/themes/twentytwentyfour/functions.php b/wp-content/themes/twentytwentyfour/functions.php
index 1234567..89abcde 100644
--- a/wp-content/themes/twentytwentyfour/functions.php
+++ b/wp-content/themes/twentytwentyfour/functions.php
@@ -1,5 +1,9 @@
 <?php
-/**
- * Theme functions and definitions
- */
+/**
+ * Theme functions and definitions
+ *
+ * @package Twenty_Twenty_Four
+ */
+
+
 // If this file is called directly, abort.
 if ( ! defined( 'ABSPATH' ) ) {
     exit;
diff --git a/wp-content/themes/twentytwenty/functions.php b/wp-content/themes/twentytwenty/functions.php
index aaa111b..ccc222d 100644
--- a/wp-content/themes/twentytwenty/functions.php
+++ b/wp-content/themes/twentytwenty/functions.php
@@ -1,5 +1,9 @@
 <?php
-/**
- * Twenty Twenty theme functions and definitions
- */
+/**
+ * Twenty Twenty theme functions and definitions
+ *
+ * @package Twenty_Twenty
+ */
+
+
 // Theme setup starts here...
