Skip to content

Commit c99ca47

Browse files
atroldregad
authored andcommitted
Remove usage of non existent style.css
The file was actually removed in 2813829 as part of the modern UI conversion. Fixes #257
1 parent 33a5f7f commit c99ca47

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Source/Source.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ function events() {
110110
function hooks() {
111111
return array(
112112
'EVENT_CORE_READY' => 'core_ready',
113-
'EVENT_LAYOUT_RESOURCES' => 'css',
114113
'EVENT_MENU_MAIN' => 'menu_main',
115114
'EVENT_FILTER_COLUMNS' => 'filter_columns',
116115
);
@@ -165,10 +164,6 @@ function filter_columns()
165164
);
166165
}
167166

168-
function css() {
169-
return '<link rel="stylesheet" type="text/css" href="' . plugin_file( 'style.css' ) . '"/>';
170-
}
171-
172167
function menu_main() {
173168
$t_menu_options = array();
174169

0 commit comments

Comments
 (0)