mirror of
https://git.feneas.org/mediaformat/fediembedi
synced 2024-12-13 07:56:23 +01:00
fix style
This commit is contained in:
parent
b6fef90e91
commit
59ae0f7b76
@ -245,9 +245,8 @@ class FediConfig
|
||||
$show_header = $atts['show_header'];
|
||||
$height = $atts['height'];
|
||||
ob_start();
|
||||
include(plugin_dir_path(__FILE__) . 'templates/peertube.tpl.php' );
|
||||
include( plugin_dir_path(__FILE__) . 'templates/peertube.tpl.php' );
|
||||
return ob_get_clean();
|
||||
echo 'yoohoo';
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user