From 61820bfe7dc041ff00558de8ef121339ac40fc2d Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Thu, 13 Aug 2020 20:20:40 +0200 Subject: [PATCH] Corretto errore di battitura --- book-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book-template.php b/book-template.php index 258d109..b90ffc4 100644 --- a/book-template.php +++ b/book-template.php @@ -77,7 +77,7 @@ add_shortcode( 'bookdata', 'bookdata' ); $intro = __( 'Abbiamo parlato di:', 'book-template' ); - $book = '

'.$intro.':
'.$title.'
'.$author; + $book = '

'.$intro.'
'.$title.'
'.$author; if ( $translator <> null ) {$translator = __( 'Traduzione di ', 'book-template' ).$translator;