| @@ -222,12 +222,12 @@ | ||
| 222 | 222 | endif; | 
| 223 | 223 | |
| 224 | 224 | // if more tag is set add the filter | 
| 225 | - if (false !== $more_tag ) : | |
| 225 | + if ( false !== $more_tag ) : | |
| 226 | 226 | add_filter( 'excerpt_more', array( $this, 'ivycat_custom_excerpt_more' ) ); | 
| 227 | 227 | endif; | 
| 228 | 228 | |
| 229 | 229 | // if num words is set add the filter | 
| 230 | - if ( false !== $num_words ) : | |
| 230 | + if ( false !== $num_words ) : | |
| 231 | 231 | add_filter( 'excerpt_length', array( $this, 'ivycat_custom_excerpt_length' ), 999 ); | 
| 232 | 232 | endif; | 
| 233 | 233 | |