Completed
Push — development ( 22da9f...eeb762 )
by Eric
01:31
created
ivycat-ajax-testimonials.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -222,12 +222,12 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.