Explorar o código

Remove unnecessary inline comment

Jeremy Yip %!s(int64=3) %!d(string=hai) anos
pai
achega
1782be8707
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) {