mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Twenty Eleven: footer widgets shouldn't appear on the 404 page, props iandstewart, fixes #18933
git-svn-id: http://svn.automattic.com/wordpress/trunk@19348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7fe6db8931
commit
d652242912
@ -18,7 +18,8 @@
|
||||
/* A sidebar in the footer? Yep. You can can customize
|
||||
* your footer with three columns of widgets.
|
||||
*/
|
||||
get_sidebar( 'footer' );
|
||||
if ( ! is_404() )
|
||||
get_sidebar( 'footer' );
|
||||
?>
|
||||
|
||||
<div id="site-generator">
|
||||
|
Loading…
Reference in New Issue
Block a user