소스 검색

AltoFocus: Fixes closing bracket typo

Allan Cole 7 년 전
부모
커밋
fe73975b35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' ) );