forked from mirror/_s
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:
commit
cf64e34608
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. ?>
|
||||
<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(
|
||||
|
|
Reference in New Issue