blocks.php errors
-
FYI to devs – in /radio-station/includes/blocks.php 4 lines are missing the slash before the path, so ti’s giving fatal errors when trying to load any page in the blocks editor while the plugin is active:
333: $script_path = RADIO_STATION_DIR . ‘js/radio-station-admin.js’;
342: $script_path = RADIO_STATION_DIR . ‘blocks/editor.js’;
354: $style_path = RADIO_STATION_DIR . ‘css/rs-‘ . $stylekey . ‘.css’;
382: $style_path = RADIO_STATION_DIR . ‘player/css/radio-player’ . $suffix . ‘.css’;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.