Browse Source

AltoFocus: Fixes closing bracket typo

Allan Cole 7 years ago
parent
commit
fe73975b35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      altofocus/inc/wpcom-colors.php

+ 1 - 1
altofocus/inc/wpcom-colors.php

@@ -65,7 +65,7 @@ add_color_rule( 'bg', '#ffffff', array(
 	array( '.comments-link .comment-icon .path,
 			.post-navigation-fixed .nav-links a .meta-nav .arrow-icon .circle', 'fill' ),
 
-), __( 'Background Color', 'altofocus' );
+), __( 'Background Color', 'altofocus' ) );