Making WordPress.org

Ticket #4348: 4348.patch

File 4348.patch, 627 bytes (added by ryelle, 6 years ago)
  • wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php

    diff --git a/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php b/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
    index a9d762e790abf56265abd48d5fd6070cfd80de5b..95c8c5545782d0ea7b6670bd598b3fd9dd0487f7 100644
    a b function setup_theme() { 
    5050                'primary'   => esc_html__( 'Primary',   'wordcamporg' ),
    5151                'secondary' => esc_html__( 'Secondary', 'wordcamporg' ),
    5252        ) );
     53       
     54        add_theme_support( 'align-wide' );
    5355}
    5456
    5557/**