Remove call to `_s_categorized_blog()`

* It was removed in #1131.
This commit is contained in:
David A. Kennedy 2017-06-23 13:07:33 -04:00
parent d3ab4c0da4
commit 078e3aecad
1 changed files with 0 additions and 4 deletions

View File

@ -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() ) :
?>
<div class="widget widget_categories">
@ -45,7 +42,6 @@ get_header(); ?>
</div><!-- .widget -->
<?php
endif;
/* translators: %1$s: smiley */
$archive_content = '<p>' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '</p>';