Changeset 11023 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/functions.php
- Timestamp:
- 06/10/2021 07:00:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/functions.php
r11008 r11023 25 25 function setup() { 26 26 add_theme_support( 'post-thumbnails' ); 27 28 // Add gutenberg styling supports. 29 add_theme_support( 'align-wide' ); 30 add_theme_support( 'custom-spacing' ); 31 add_theme_support( 'custom-line-height' ); 32 add_theme_support( 'experimental-link-color' ); 27 33 28 34 // The parent wporg theme is designed for use on wordpress.org/* and assumes locale-domains are available.
Note: See TracChangeset
for help on using the changeset viewer.