Ticket #4348: 4348.patch
File 4348.patch, 627 bytes (added by , 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() { 50 50 'primary' => esc_html__( 'Primary', 'wordcamporg' ), 51 51 'secondary' => esc_html__( 'Secondary', 'wordcamporg' ), 52 52 ) ); 53 54 add_theme_support( 'align-wide' ); 53 55 } 54 56 55 57 /**