From 59ae0f7b766fad1497514a02549b9bc21452570f Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Thu, 14 Jan 2021 23:06:08 -0500 Subject: [PATCH] fix style --- fediembedi.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fediembedi.php b/fediembedi.php index 2cde8a0..a07871d 100644 --- a/fediembedi.php +++ b/fediembedi.php @@ -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'; } /*