Changeset 45602 for trunk/src/wp-includes/theme-compat/sidebar.php
- Timestamp:
- 07/05/2019 05:20:52 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme-compat/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/sidebar.php
r43571 r45602 19 19 <ul> 20 20 <?php 21 /* Widgetized sidebar, if you have the plugin installed. */21 /* Widgetized sidebar, if you have the plugin installed. */ 22 22 if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar() ) : 23 23 ?> … … 36 36 is_year() || is_search() || is_paged() ) : 37 37 ?> 38 <li>38 <li> 39 39 40 40 <?php if ( is_404() ) : /* If this is a 404 page */ ?>
Note: See TracChangeset
for help on using the changeset viewer.