Merge pull request #499 from emiluzelac/patch-21

Change `widgettitle` to `widget-title` in 404 template for better consistency throughout all theme files. _s uses `widget-title` as its convention when declaring theme widgets, so we'll go with that.
This commit is contained in:
Philip Arthur Moore 2014-05-26 15:39:50 +07:00
commit cf64e34608
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ get_header(); ?>
<?php if ( _s_categorized_blog() ) : // Only show the widget if site has multiple categories. ?>
<div class="widget widget_categories">
<h2 class="widgettitle"><?php _e( 'Most Used Categories', '_s' ); ?></h2>
<h2 class="widget-title"><?php _e( 'Most Used Categories', '_s' ); ?></h2>
<ul>
<?php
wp_list_categories( array(