mirror of
https://github.com/ulaulaman/eduinaf.git
synced 2024-12-17 12:18:56 +01:00
Sistemato errore precedente in tabspeciali
This commit is contained in:
parent
7126d3a098
commit
d0ba46d2b9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user