Changeset 49348
- Timestamp:
- 10/27/2020 09:13:09 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r49208 r49348 176 176 // Add support for responsive embedded content. 177 177 add_theme_support( 'responsive-embeds' ); 178 179 // Add support for custom line height. 180 add_theme_support( 'custom-line-height' ); 178 181 } 179 182 endif; … … 330 333 */ 331 334 require get_template_directory() . '/inc/customizer.php'; 335 336 /** 337 * Block Patterns. 338 */ 339 require get_template_directory() . '/inc/block-patterns.php'; -
trunk/src/wp-content/themes/twentynineteen/readme.txt
r49322 r49348 83 83 * normalize.css, © 2012-2018 Nicolas Gallagher and Jonathan Neal, MIT 84 84 * Underscores, © 2012-2019 Automattic, Inc., GNU GPL v2 or later 85 * Bundled block pattern images: 86 * Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX 87 * Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3 88 * Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L 89 * Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H 90 -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r48775 r49348 22 22 Normalizing styles have been helped along thanks to the fine work of 23 23 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ 24 25 Bundled block pattern images: 26 Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX 27 Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3 28 Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L 29 Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H 24 30 */ 25 31 /*-------------------------------------------------------------- -
trunk/src/wp-content/themes/twentynineteen/style.css
r48775 r49348 22 22 Normalizing styles have been helped along thanks to the fine work of 23 23 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ 24 25 Bundled block pattern images: 26 Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX 27 Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3 28 Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L 29 Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H 24 30 */ 25 31 /*-------------------------------------------------------------- -
trunk/src/wp-content/themes/twentynineteen/style.scss
r48775 r49348 21 21 Normalizing styles have been helped along thanks to the fine work of 22 22 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ 23 24 Bundled block pattern images: 25 Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX 26 Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3 27 Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L 28 Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H 23 29 */ 24 30
Note: See TracChangeset
for help on using the changeset viewer.