From ceeb6dfe1b026ba6337e947676218763d26f66b8 Mon Sep 17 00:00:00 2001 From: ulaulaman <34242086+ulaulaman@users.noreply.github.com> Date: Wed, 14 Feb 2018 16:53:13 +0100 Subject: [PATCH] 2018.0213.1 Aggiornamento estetico Sostituito il trattino prima del prezzo. Sistemate alcunie parti nel metabox delle istruzioni --- book-template.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;}