Changeset 45602 for trunk/src/wp-includes/theme-compat/sidebar.php
- Timestamp:
- 07/05/2019 05:20:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/sidebar.php
r43571 r45602 19 19 <ul> 20 20 <?php 21 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 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.