Remove comments not ending in a period.
Helps avoid Travis CI errors for wrongly formatted comments. Most of these end of function comments (if not all) are useless anyway. Props @WPAddiction for reporting. Fixes #891.
This commit is contained in:
parent
8183b95b95
commit
cdd101e16c
4 changed files with 11 additions and 8 deletions
3
404.php
3
404.php
|
@ -25,7 +25,8 @@ get_header(); ?>
|
|||
|
||||
the_widget( 'WP_Widget_Recent_Posts' );
|
||||
|
||||
if ( _s_categorized_blog() ) : // Only show the widget if site has multiple categories.
|
||||
// Only show the widget if site has multiple categories.
|
||||
if ( _s_categorized_blog() ) :
|
||||
?>
|
||||
|
||||
<div class="widget widget_categories">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue