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:
azaozz 2011-11-19 04:16:39 +00:00
parent 7fe6db8931
commit d652242912

View File

@ -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">