Skip to content

Commit 2e646a7

Browse files
committed
Fix lints.
1 parent b0a9764 commit 2e646a7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/experimental/get-global-styles-and-settings.php

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?php
2-
2+
/**
3+
* API to interact with global settings & styles.
4+
*
5+
* @package gutenberg
6+
*/
37

48
/**
59
* Repeated logic from `get_default_block_editor_settings` function. When implemented into core,
610
* remove logic from `get_default_block_editor_settings` and simple call this function instead.
711
*
812
* @return array
913
*/
10-
function gutenberg_get_block_theme_supports(){
14+
function gutenberg_get_block_theme_supports() {
1115
$theme_settings = array(
1216
'disableCustomColors' => get_theme_support( 'disable-custom-colors' ),
1317
'disableCustomFontSizes' => get_theme_support( 'disable-custom-font-sizes' ),

0 commit comments

Comments
 (0)