Ticket #18933: 18966-no-404-footer-widgets.diff
| File 18966-no-404-footer-widgets.diff, 502 bytes (added by iandstewart, 20 months ago) |
|---|
-
wp-content/themes/twentyeleven/footer.php
18 18 /* A sidebar in the footer? Yep. You can can customize 19 19 * your footer with three columns of widgets. 20 20 */ 21 get_sidebar( 'footer' ); 21 if ( ! is_404() ) 22 get_sidebar( 'footer' ); 22 23 ?> 23 24 24 25 <div id="site-generator">
