page-template-dashboard icon indicating copy to clipboard operation
page-template-dashboard copied to clipboard

class-page-template-dashboard.php line 160 $template_name undefined

Open fw25 opened this issue 8 years ago • 0 comments

There is a small problem with the plugin Page Template Dashboard. When you use the plugins All in One SEO Pack and/or Google Analytics Dashboard for WP you get an error on line 160 of class-page-template-dashboard.php.

A simple workaround is replace echo $template_name; with if(isset($template_name)){echo $template_name;}

fw25 avatar Jul 06 '16 13:07 fw25