From 5efec5e6b4c37be2837efb1874bb9a26f037fe73 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Fri, 23 Jun 2017 13:16:37 -0400 Subject: [PATCH] Remove call to `_s_categorized_blog()` (#1134) * It was removed in #1131. --- 404.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/404.php b/404.php index 4e6debe8..682d1896 100644 --- a/404.php +++ b/404.php @@ -24,9 +24,6 @@ get_header(); ?> get_search_form(); the_widget( 'WP_Widget_Recent_Posts' ); - - // Only show the widget if site has multiple categories. - if ( _s_categorized_blog() ) : ?>
@@ -45,7 +42,6 @@ get_header(); ?>
' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '

';