forked from mirror/_s
_s: Revert partial heading change.
This commit is contained in:
parent
32d2432487
commit
a298e8c2bd
2
404.php
2
404.php
|
@ -24,7 +24,7 @@ get_header(); ?>
|
||||||
|
|
||||||
<?php if ( _s_categorized_blog() ) : // Only show the widget if site has multiple categories. ?>
|
<?php if ( _s_categorized_blog() ) : // Only show the widget if site has multiple categories. ?>
|
||||||
<div class="widget widget_categories">
|
<div class="widget widget_categories">
|
||||||
<h1 class="widgettitle"><?php _e( 'Most Used Categories', '_s' ); ?></h2>
|
<h2 class="widgettitle"><?php _e( 'Most Used Categories', '_s' ); ?></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
|
<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Reference in New Issue