Fix indentation & space usage

This commit is contained in:
IanDelMar 2018-11-19 00:41:38 +01:00
parent cf15b3eb76
commit c8274df833
1 changed files with 47 additions and 47 deletions

View File

@ -43,28 +43,28 @@ if ( ! function_exists ( 'understrap_tiny_mce_before_init' ) ) {
'title' => 'Lead Paragraph',
'selector' => 'p',
'classes' => 'lead',
'wrapper' => true
'wrapper' => true,
),
array(
'title' => 'Small',
'inline' => 'small'
'inline' => 'small',
),
array(
'title' => 'Blockquote',
'block' => 'blockquote',
'classes' => 'blockquote',
'wrapper' => true
'wrapper' => true,
),
array(
'title' => 'Blockquote Footer',
'block' => 'footer',
'classes' => 'blockquote-footer',
'wrapper' => true
'wrapper' => true,
),
array(
'title' => 'Cite',
'inline' => 'cite'
)
'inline' => 'cite',
),
);
if ( isset( $settings['style_formats'] ) ) {