Skip to content

Commit 0d0698c

Browse files
committed
lint
1 parent 804f3d3 commit 0d0698c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

admin/class-bread-admin.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,18 @@ function my_custom_plugins()
202202
function tiny_tweaks($initArray)
203203
{
204204
if (function_exists('get_current_screen')) {
205-
global $my_admin_page;
206-
$screen = get_current_screen();
207-
if ($screen->id == $my_admin_page) {
208-
$initArray['fontsize_formats'] = "5pt 6pt 7pt 8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 17pt 18pt 19pt 20pt 22pt 24pt 26pt 28pt 30pt 32pt 34pt 36pt 38pt";
209-
$initArray['theme_advanced_blockformats'] = 'h2,h3,h4,p';
210-
$initArray['wordpress_adv_hidden'] = false;
211-
$initArray['font_formats'] = 'Arial (Default)=arial;';
212-
$initArray['font_formats'] .= 'Times (Sans-Serif)=times;';
213-
$initArray['font_formats'] .= 'Courier (Monospace)=courier;';
214-
$initArray['content_style'] = 'body { font-family: Arial; }';
205+
global $my_admin_page;
206+
$screen = get_current_screen();
207+
if ($screen->id == $my_admin_page) {
208+
$initArray['fontsize_formats'] = "5pt 6pt 7pt 8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 17pt 18pt 19pt 20pt 22pt 24pt 26pt 28pt 30pt 32pt 34pt 36pt 38pt";
209+
$initArray['theme_advanced_blockformats'] = 'h2,h3,h4,p';
210+
$initArray['wordpress_adv_hidden'] = false;
211+
$initArray['font_formats'] = 'Arial (Default)=arial;';
212+
$initArray['font_formats'] .= 'Times (Sans-Serif)=times;';
213+
$initArray['font_formats'] .= 'Courier (Monospace)=courier;';
214+
$initArray['content_style'] = 'body { font-family: Arial; }';
215+
}
215216
}
216-
}
217217
return $initArray;
218218
}
219219
function is_root_server_missing()

0 commit comments

Comments
 (0)