- Timestamp:
- 05/02/2014 06:45:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r27595 r28248 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 ) {
Note: See TracChangeset
for help on using the changeset viewer.