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:
Konstantin Obenland 2015-12-14 18:05:14 -08:00
parent 8183b95b95
commit cdd101e16c
4 changed files with 11 additions and 8 deletions

View file

@ -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">