1
0
mirror of https://github.com/ulaulaman/eduinaf.git synced 2025-06-06 00:49:14 +02:00

Errore battitura

This commit is contained in:
2020-11-24 00:44:52 +01:00
parent f8d1f659b1
commit 6fb0405c82

View File

@@ -73,7 +73,7 @@ add_shortcode( 'sbcostellazioni', function () {
$visibile = '<p><strong>Visibile in</strong>: '.$type.'</p><p>'.$season.'</p>'; $visibile = '<p><strong>Visibile in</strong>: '.$type.'</p><p>'.$season.'</p>';
$auth = = do_shortcode('[blog-post-coauthors]'); $auth = do_shortcode('[blog-post-coauthors]');
$cura = '<h4 class="widget-title"><span>Scheda a cura di</h4><p><strong>'.$auth.'</strong></p>'; $cura = '<h4 class="widget-title"><span>Scheda a cura di</h4><p><strong>'.$auth.'</strong></p>';
$out = $map.$field1.$field2.$visibile.$cura; $out = $map.$field1.$field2.$visibile.$cura;