Minor code style clean-up
This commit is contained in:
parent
a47b1523dd
commit
7be757759c
7 changed files with 40 additions and 7 deletions
10
404.php
10
404.php
|
@ -26,7 +26,15 @@ get_header(); ?>
|
|||
<div class="widget widget_categories">
|
||||
<h2 class="widgettitle"><?php _e( 'Most Used Categories', '_s' ); ?></h2>
|
||||
<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>
|
||||
</div><!-- .widget -->
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue