Making WordPress.org


Ignore:
Timestamp:
06/10/2021 07:00:05 PM (4 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@b574f1df1d093a2fe35e5367266713c9404bac15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/functions.php

    r11008 r11023  
    2525function setup() {
    2626    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' );
    2733
    2834    // 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.