Completed
Push — master ( 4045d8...acfc89 )
by Md. Mozahidur
02:07
created
functions.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
  * Read More button in excerpt
171 171
  */
172 172
 function new_excerpt_more( $more ) {
173
-    return ' ';
173
+	return ' ';
174 174
 }
175 175
 add_filter( 'excerpt_more', 'new_excerpt_more' );
176 176
 
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
  * Custome Lenght of excerpt
179 179
  */
180 180
 function custom_excerpt_length( $length ) {
181
-    return 30;
181
+	return 30;
182 182
 }
183 183
 add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
184 184
 
Please login to merge, or discard this patch.