Skip to content

Commit 16d8f98

Browse files
committed
Added Package Details in TT2 Theme
1 parent 353b042 commit 16d8f98

File tree

67 files changed

+332
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+332
-0
lines changed

src/wp-content/themes/twentytwentytwo/inc/block-patterns.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/**
33
* Twenty Twenty-Two: Block Patterns
44
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
57
* @since Twenty Twenty-Two 1.0
68
*/
79

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Footer with text, title, and logo
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Footer with text, title, and logo', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Blog footer
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Blog footer', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Dark footer with title and citation
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Dark footer with title and citation', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Default footer
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Default footer', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Default footer with logo
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Footer with logo and citation', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Footer with navigation and copyright
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Footer with navigation and copyright', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Footer with navigation and citation
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Footer with navigation and citation', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Footer with query, featured images, title, and citation
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Footer with query, featured images, title, and citation', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<?php
22
/**
33
* Footer with query, title, and citation
4+
*
5+
* @package WordPress
6+
* @subpackage Twenty_Twenty_Two
7+
* @since Twenty Twenty-Two 1.0
48
*/
9+
510
return array(
611
'title' => __( 'Footer with query, title, and citation', 'twentytwentytwo' ),
712
'categories' => array( 'footer' ),

0 commit comments

Comments
 (0)