소스 검색

Remove unnecessary inline comment

Jeremy Yip 3 년 전
부모
커밋
1782be8707
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      blockbase/inc/customizer/wp-customize-fonts.php

+ 1 - 1
blockbase/inc/customizer/wp-customize-fonts.php

@@ -44,7 +44,7 @@ function migrate_blockbase_custom_fonts() {
 
 	// Set new typography settings
 	if ( isset( $new_settings['typography']['fontFamilies'] ) ) {
-		unset( $new_settings['typography']['fontFamilies'] ); // TODO: Reconsider the depth of property we're unsetting
+		unset( $new_settings['typography']['fontFamilies'] );
 	}
 
 	if ( $body_font_slug ) {