diff --git a/book-template.php b/book-template.php index fe72233..f39a8b1 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 +Version: 2018.0213.1 Author: Gianluigi Filippelli Author URI: http://dropseaofulaula.blogspot.it/ Plugin URI: https://ulaulaman.github.io/book-template/ @@ -46,7 +46,7 @@ function bookdata_class_meta_box( $post ) { ?>

-

+

null ) - {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.', '.$col.' - '.$price;} + {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.', '.$col.' – '.$price;} else - {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.' - '.$price;} + {$book = $book.'
'.$publisher.', '.$date.'
'.$pages.' pagine, '.$type.' – '.$price;} if ( $isbn <> null ) {$book = $book.'
ISBN: '.$isbn;}