Quellcode durchsuchen

AltoFocus: Removes unnecessary closing paragraph typo which was causing a fatal error on wpcom

Allan Cole vor 7 Jahren
Ursprung
Commit
378e4ff3bd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      altofocus/inc/jetpack-fonts.php

+ 1 - 1
altofocus/inc/jetpack-fonts.php

@@ -519,4 +519,4 @@ function altofocus_custom_font_rules( $category_rules ) {
 	);
 
 	return $category_rules;
-} );
+}