Index: src/wp-content/themes/twentytwentyone/404.php
===================================================================
--- src/wp-content/themes/twentytwentyone/404.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/404.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/archive.php
===================================================================
--- src/wp-content/themes/twentytwentyone/archive.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/archive.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js
===================================================================
--- src/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js	(working copy)
@@ -10,7 +10,7 @@
  *
  * Wait for the editor to load by periodically checking for an element, then we add the classes.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param {number} attempt Track the number of tries
  * @return {void}
Index: src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js
===================================================================
--- src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js	(working copy)
@@ -9,7 +9,7 @@
  *
  * @param {Element} el - The element.
  * @param {boolean} withListeners - Whether we want to add/remove listeners or not.
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 function twentytwentyoneToggleAriaExpanded( el, withListeners ) {
 	if ( 'true' !== el.getAttribute( 'aria-expanded' ) ) {
Index: src/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js
===================================================================
--- src/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js	(working copy)
@@ -7,7 +7,7 @@
 /**
  * Add max-width & max-height to <iframe> elements, depending on their width & height props.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return {void}
  */
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
===================================================================
--- src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
@@ -17,7 +17,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 */
 	public function __construct() {
 
@@ -38,7 +38,7 @@
 	 *
 	 * @param string $background_color The background color.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return string (hex color)
 	 */
@@ -55,7 +55,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string|null $context Can be "editor" or null.
 	 *
@@ -89,7 +89,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -104,7 +104,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -129,7 +129,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string $hex The HEX color.
 	 *
@@ -160,7 +160,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param array $classes The existing body classes.
 	 *
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php
===================================================================
--- src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php	(working copy)
@@ -4,13 +4,13 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
  * Customize Color Control class.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @see WP_Customize_Control
  */
@@ -18,7 +18,7 @@
 	/**
 	 * The control type.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @var string
 	 */
@@ -29,7 +29,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @var array
 	 */
@@ -40,7 +40,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -62,7 +62,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @uses WP_Customize_Control::to_json()
 	 *
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php
===================================================================
--- src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php	(working copy)
@@ -4,13 +4,13 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
  * Customize Notice Control class.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @see WP_Customize_Control
  */
@@ -18,7 +18,7 @@
 	/**
 	 * The control type.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @var string
 	 */
@@ -31,7 +31,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php
===================================================================
--- src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 if ( ! class_exists( 'Twenty_Twenty_One_Customize' ) ) {
@@ -11,7 +11,7 @@
 	/**
 	 * Customizer Settings.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 */
 	class Twenty_Twenty_One_Customize {
 
@@ -20,7 +20,7 @@
 		 *
 		 * @access public
 		 *
-		 * @since 1.0.0
+		 * @since Twenty Twenty-One 1.0
 		 */
 		public function __construct() {
 			add_action( 'customize_register', array( $this, 'register' ) );
@@ -31,7 +31,7 @@
 		 *
 		 * @access public
 		 *
-		 * @since 1.0.0
+		 * @since Twenty Twenty-One 1.0
 		 *
 		 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
 		 *
@@ -153,7 +153,7 @@
 		 *
 		 * @access public
 		 *
-		 * @since 1.0.0
+		 * @since Twenty Twenty-One 1.0
 		 *
 		 * @param bool $checked Whether or not a box is checked.
 		 *
@@ -168,7 +168,7 @@
 		 *
 		 * @access public
 		 *
-		 * @since 1.0.0
+		 * @since Twenty Twenty-One 1.0
 		 *
 		 * @return void
 		 */
@@ -181,7 +181,7 @@
 		 *
 		 * @access public
 		 *
-		 * @since 1.0.0
+		 * @since Twenty Twenty-One 1.0
 		 *
 		 * @return void
 		 */
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
===================================================================
--- src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
@@ -17,7 +17,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 */
 	public function __construct() {
 
@@ -51,7 +51,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -90,7 +90,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -110,7 +110,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -132,7 +132,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
 	 *
@@ -224,7 +224,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string $classes The classes for <html> element.
 	 *
@@ -249,7 +249,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string $classes The admin body-classes.
 	 *
@@ -282,7 +282,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return bool
 	 */
@@ -300,7 +300,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -319,7 +319,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param array $attrs The attributes to add to our <button> element.
 	 *
@@ -380,7 +380,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -395,7 +395,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
Index: src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php
===================================================================
--- src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
@@ -17,7 +17,7 @@
  * All icons are assumed to have equal width and height, hence the option
  * to only specify a `$size` parameter in the svg methods.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 class Twenty_Twenty_One_SVG_Icons {
 
@@ -26,7 +26,7 @@
 	 *
 	 * @access protected
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @var array
 	 */
@@ -44,7 +44,7 @@
 	 *
 	 * @access protected
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @var array
 	 */
@@ -95,7 +95,7 @@
 	 * By default, each Icon ID is matched against a .com TLD. To override this behavior,
 	 * specify all the domains it covers (including the .com TLD too, if applicable).
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @var array
 	 */
@@ -150,7 +150,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string $group the icon group.
 	 * @param string $icon The icon.
@@ -174,7 +174,7 @@
 		 * The dynamic portion of the hook name, `$group`, refers to
 		 * the name of the group of icons, either "ui" or "social".
 		 *
-		 * @since 1.0.0
+		 * @since Twenty Twenty-One 1.0
 		 *
 		 * @param array $arr Array of icons.
 		 */
@@ -198,7 +198,7 @@
 	 *
 	 * @access public
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string $uri Social link.
 	 * @param int    $size The icon-size in pixels.
@@ -217,7 +217,7 @@
 			 * By default, each Icon ID is matched against a .com TLD. To override this behavior,
 			 * specify all the domains it covers (including the .com TLD too, if applicable).
 			 *
-			 * @since 1.0.0
+			 * @since Twenty Twenty-One 1.0
 			 *
 			 * @param array $social_icons_map Array of default social icons.
 			 */
@@ -226,7 +226,7 @@
 			/**
 			 * Filters Twenty Twenty-One's array of social icons.
 			 *
-			 * @since 1.0.0
+			 * @since Twenty Twenty-One 1.0
 			 *
 			 * @param array $social_icons Array of default social icons.
 			 */
Index: src/wp-content/themes/twentytwentyone/comments.php
===================================================================
--- src/wp-content/themes/twentytwentyone/comments.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/comments.php	(working copy)
@@ -9,7 +9,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /*
Index: src/wp-content/themes/twentytwentyone/footer.php
===================================================================
--- src/wp-content/themes/twentytwentyone/footer.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/footer.php	(working copy)
@@ -8,7 +8,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/functions.php
===================================================================
--- src/wp-content/themes/twentytwentyone/functions.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/functions.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // This theme requires WordPress 5.3 or later.
@@ -22,7 +22,7 @@
 	 * runs before the init hook. The init hook is too late for some features, such
 	 * as indicating support for post thumbnails.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -345,7 +345,7 @@
 /**
  * Register widget area.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar
  *
@@ -372,7 +372,7 @@
  *
  * Priority 0 to make it available to lower priority callbacks.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @global int $content_width Content width.
  *
@@ -389,7 +389,7 @@
 /**
  * Enqueue scripts and styles.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -449,7 +449,7 @@
 /**
  * Enqueue block editor script.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -488,7 +488,7 @@
 
 /** Enqueue non-latin language styles
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -534,7 +534,7 @@
 /**
  * Enqueue scripts for the customizer preview.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -560,7 +560,7 @@
 /**
  * Enqueue scripts for the customizer.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -579,7 +579,7 @@
 /**
  * Calculate classes for the main <html> element.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -594,7 +594,7 @@
 /**
  * Add "is-IE" class to body if the user is on Internet Explorer.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
Index: src/wp-content/themes/twentytwentyone/header.php
===================================================================
--- src/wp-content/themes/twentytwentyone/header.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/header.php	(working copy)
@@ -8,7 +8,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/image.php
===================================================================
--- src/wp-content/themes/twentytwentyone/image.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/image.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/inc/back-compat.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/back-compat.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/back-compat.php	(working copy)
@@ -8,13 +8,13 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
  * Display upgrade notice on theme switch.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -29,7 +29,7 @@
  * Prints an update nag after an unsuccessful attempt to switch to
  * the theme on WordPress versions prior to 5.3.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @global string $wp_version WordPress version.
  *
@@ -48,7 +48,7 @@
 /**
  * Prevents the Customizer from being loaded on WordPress versions prior to 5.3.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @global string $wp_version WordPress version.
  *
@@ -72,7 +72,7 @@
 /**
  * Prevents the Theme Preview from being loaded on WordPress versions prior to 5.3.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @global string $wp_version WordPress version.
  *
Index: src/wp-content/themes/twentytwentyone/inc/block-patterns.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/block-patterns.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/block-patterns.php	(working copy)
@@ -7,7 +7,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
Index: src/wp-content/themes/twentytwentyone/inc/block-styles.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/block-styles.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/block-styles.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 if ( function_exists( 'register_block_style' ) ) {
@@ -13,7 +13,7 @@
 	/**
 	 * Register block styles.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
Index: src/wp-content/themes/twentytwentyone/inc/custom-css.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/custom-css.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/custom-css.php	(working copy)
@@ -4,13 +4,13 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
  * Generate CSS.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param string $selector The CSS selector.
  * @param string $style The CSS style.
Index: src/wp-content/themes/twentytwentyone/inc/menu-functions.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/menu-functions.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/menu-functions.php	(working copy)
@@ -9,7 +9,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
@@ -16,7 +16,7 @@
  * Add a button to top-level menu items that has sub-menus.
  * An icon is added using CSS depending on the value of aria-expanded.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param string $output Nav menu item start element.
  * @param object $item   Nav menu item.
@@ -42,7 +42,7 @@
 /**
  * Detects the social network from a URL and returns the SVG code for its icon.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param string $uri Social link.
  * @param int    $size The icon size in pixels.
@@ -79,7 +79,7 @@
 /**
  * Filters the arguments for a single nav menu item.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param stdClass $args  An object of wp_nav_menu() arguments.
  * @param WP_Post  $item  Menu item data object.
Index: src/wp-content/themes/twentytwentyone/inc/starter-content.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/starter-content.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/starter-content.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
@@ -14,7 +14,7 @@
  *
  * Passes it through the `twentytwenty_starter_content` filter before returning.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return array A filtered array of args for the starter_content.
  */
@@ -176,7 +176,7 @@
 	/**
 	 * Filters the array of starter content.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param array $starter_content Array of starter content.
 	 */
Index: src/wp-content/themes/twentytwentyone/inc/template-functions.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/template-functions.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/template-functions.php	(working copy)
@@ -4,13 +4,13 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /**
  * Adds custom classes to the array of body classes.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param array $classes Classes for the body element.
  *
@@ -41,7 +41,7 @@
 /**
  * Adds custom class to the array of posts classes.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param array $classes An array of CSS classes.
  *
@@ -57,7 +57,7 @@
 /**
  * Add a pingback url auto-discovery header for single posts, pages, or attachments.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -71,7 +71,7 @@
 /**
  * Remove the `no-js` class from body if JS is supported.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return void
  */
@@ -83,7 +83,7 @@
 /**
  * Changes comment form default fields.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param array $defaults The form defaults.
  *
@@ -101,7 +101,7 @@
 /**
  * Determines if post thumbnail can be displayed.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return bool
  */
@@ -115,7 +115,7 @@
 /**
  * Returns the size for avatars used in the theme.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @return int
  */
@@ -164,7 +164,7 @@
 	/**
 	 * Add a title to posts and pages that are missing titles.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @param string $title The title.
 	 *
@@ -179,7 +179,7 @@
 /**
  * Gets the SVG code for a given icon.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param string $group The icon group.
  * @param string $icon The icon.
@@ -323,7 +323,7 @@
 /**
  * Print the first instance of a block in the content, and then break away.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param string      $block_name The full block type name, or a partial match.
  *                                Example: `core/image`, `core-embed/*`.
@@ -386,7 +386,7 @@
 /**
  * Retrieve protected post password form content.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
  * @return string HTML content for password form for password protected post.
@@ -405,7 +405,7 @@
 /**
  * Filters the list of attachment image attributes.
  *
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  *
  * @param array        $attr       Array of attribute values for the image markup, keyed by attribute name.
  *                                 See wp_get_attachment_image().
Index: src/wp-content/themes/twentytwentyone/inc/template-tags.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/template-tags.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/inc/template-tags.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 if ( ! function_exists( 'twenty_twenty_one_posted_on' ) ) {
@@ -11,7 +11,7 @@
 	/**
 	 * Prints HTML with meta information for the current post-date/time.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -37,7 +37,7 @@
 	/**
 	 * Prints HTML with meta information about theme author.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -59,7 +59,7 @@
 	 * Prints HTML with meta information for the categories, tags and comments.
 	 * Footer entry meta is displayed differently in archives and single posts.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -176,7 +176,7 @@
 	 * Wraps the post thumbnail in an anchor element on index views, or a div
 	 * element when on single views.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
@@ -218,7 +218,7 @@
 	/**
 	 * Print the next and previous posts navigation.
 	 *
-	 * @since 1.0.0
+	 * @since Twenty Twenty-One 1.0
 	 *
 	 * @return void
 	 */
Index: src/wp-content/themes/twentytwentyone/index.php
===================================================================
--- src/wp-content/themes/twentytwentyone/index.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/index.php	(working copy)
@@ -11,7 +11,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/page.php
===================================================================
--- src/wp-content/themes/twentytwentyone/page.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/page.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/search.php
===================================================================
--- src/wp-content/themes/twentytwentyone/search.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/search.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/searchform.php
===================================================================
--- src/wp-content/themes/twentytwentyone/searchform.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/searchform.php	(working copy)
@@ -9,7 +9,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 /*
Index: src/wp-content/themes/twentytwentyone/single.php
===================================================================
--- src/wp-content/themes/twentytwentyone/single.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/single.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 get_header();
Index: src/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/content/content-none.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/content/content-none.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/content/content-none.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/content/content-page.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/content/content-single.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/content/content-single.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/content/content-single.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/content/content.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/content/content.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/content/content.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // Print the full content.
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 $content = get_the_content();
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // If there are paragraph blocks, print up to two.
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // Print the 1st gallery found.
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // If there is no featured-image, print the first image block found.
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // Print the 1st instance of a paragraph block. If none is found, print the content.
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 $content = get_the_content();
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // Print the full content.
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 $content = get_the_content();
Index: src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 the_excerpt();
Index: src/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 the_title( '<h1 class="entry-title">', '</h1>' );
Index: src/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 // Don't show the title if the post-format is `aside` or `status`.
Index: src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 $blog_info    = get_bloginfo( 'name' );
Index: src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 $wrapper_classes  = 'site-header';
Index: src/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
Index: src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php
===================================================================
--- src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php	(revision 49782)
+++ src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package WordPress
  * @subpackage Twenty_Twenty_One
- * @since 1.0.0
+ * @since Twenty Twenty-One 1.0
  */
 
 ?>
