widgettitle value

```widgettitle``` doesn't really have any value here or in core. Proposing to change to ```widget-title``` instead and maybe add that into stylesheet too. 

The class is available only in /widgets.php and not present in any of the stylesheet's, at least I could not locate one. As in my previous proposal, this is for the consistency reasons only.
This commit is contained in:
Emil Uzelac 2014-05-24 16:20:23 -05:00
parent f1dd4b2c2a
commit 6d0886c0d7
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(