diff --git a/book-template.php b/book-template.php index f39a8b1..32764ea 100644 --- a/book-template.php +++ b/book-template.php @@ -2,7 +2,7 @@ /* Plugin Name: Book template Description: Plugin in italiano che aggiunge uno shortcode per la creazione di un box con i dati editoriali di un libro o di un fumetto. -Version: 2018.0213.1 +Version: 2018.0326 Author: Gianluigi Filippelli Author URI: http://dropseaofulaula.blogspot.it/ Plugin URI: https://ulaulaman.github.io/book-template/ @@ -87,9 +87,9 @@ add_shortcode( 'bookdata', 'bookdata' ); $pages = $pages.' '.__( 'pagine', 'book-template' ); if ( $col <> null ) - {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.', '.$col.' – '.$price;} + {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.', '.$type.', '.$col.' – '.$price;} else - {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.' – '.$price;} + {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.', '.$type.' – '.$price;} if ( $isbn <> null ) {$book = $book.'
ISBN: '.$isbn;}