1
0
mirror of https://github.com/ulaulaman/eduinaf.git synced 2024-12-17 21:38:30 +01:00

Sistemato errore precedente in tabspeciali

This commit is contained in:
ulaulaman 2020-10-23 22:43:22 +02:00
parent 7126d3a098
commit d0ba46d2b9

View File

@ -107,9 +107,11 @@ function tabspeciali($atts) {
wp_reset_postdata();
}
$content = '<div id="recent-posts-2" class="widget widget_recent_entries">'.$header.'<ul>'.$content.'</ul></div>';
}
}
}
$content = $content.$after_widget;
if ( get_post_type() == 'post' ) {
$out = $content;
} else {