Changeset 47808 for trunk/src/wp-content/themes/twentyeleven/sidebar.php
- Timestamp:
- 05/16/2020 06:40:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/sidebar.php
r47122 r47808 11 11 $current_layout = $options['theme_layout']; 12 12 13 if ( 'content' != $current_layout ) :13 if ( 'content' !== $current_layout ) : 14 14 ?> 15 15 <div id="secondary" class="widget-area" role="complementary">
Note: See TracChangeset
for help on using the changeset viewer.