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
|
@ -77,7 +77,7 @@ function _s_setup() {
|
|||
'default-image' => '',
|
||||
) ) );
|
||||
}
|
||||
endif; // _s_setup
|
||||
endif;
|
||||
add_action( 'after_setup_theme', '_s_setup' );
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue