|
@@ -67,8 +67,8 @@ if ( ! function_exists( 'shawburn_setup' ) ) :
|
|
|
// Enable Full Site Editing
|
|
|
add_theme_support( 'full-site-editing' );
|
|
|
|
|
|
- // Add support for experimental link color via Gutenberg: https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/themes/theme-support.md
|
|
|
- add_theme_support( 'experimental-link-color' );
|
|
|
+ // Add support for link color control.
|
|
|
+ add_theme_support( 'link-color' );
|
|
|
}
|
|
|
endif;
|
|
|
add_action( 'after_setup_theme', 'shawburn_setup', 12 );
|
|
@@ -113,7 +113,7 @@ function shawburn_fonts_url() {
|
|
|
|
|
|
/**
|
|
|
* A filter to enable child themes to add/change/omit font families.
|
|
|
- *
|
|
|
+ *
|
|
|
* @param array $font_families An array of font families to be imploded for the Google Font API
|
|
|
*/
|
|
|
$font_families = apply_filters( 'included_google_font_families', $font_families );
|