- Timestamp:
- 04/05/2020 03:00:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r47122 r47550 494 494 $current_layout = $options['theme_layout']; 495 495 496 if ( in_array( $current_layout, array( 'content-sidebar', 'sidebar-content' ) ) ) {496 if ( in_array( $current_layout, array( 'content-sidebar', 'sidebar-content' ), true ) ) { 497 497 $classes = array( 'two-column' ); 498 498 } else {
Note: See TracChangeset
for help on using the changeset viewer.