Ticket #28055: 28055.2.diff
| File 28055.2.diff, 629 bytes (added by , 12 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/inc/widgets.php
47 47 * @param array $instance An array of settings for this widget instance. 48 48 */ 49 49 public function widget( $args, $instance ) { 50 $format = $instance['format'];50 $format = isset( $instance['format'] ) && in_array( $instance['format'], $this->formats ) ? $instance['format'] : 'aside'; 51 51 52 52 switch ( $format ) { 53 53 case 'image':
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)