Fix author widget

This commit is contained in:
Robin Cornett
2015-07-27 13:00:11 -04:00
parent 88489af7cf
commit 3aecd3f9a6
2 changed files with 12 additions and 7 deletions
@@ -207,7 +207,7 @@ class Display_Featured_Image_Genesis {
);
foreach ( $files as $file ) {
require plugin_dir_path( __FILE__ ) . 'widgets/displayfeaturedimagegenesis-' . $file . '-widget.php';
require_once plugin_dir_path( __FILE__ ) . 'widgets/displayfeaturedimagegenesis-' . $file . '-widget.php';
}
if ( function_exists( 'is_customize_preview' ) && is_customize_preview() && ! function_exists( 'genesis' ) ) {