Corretto errore di battitura

This commit is contained in:
ulaulaman 2020-08-13 20:20:40 +02:00
parent 3e91c935d8
commit 61820bfe7d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ add_shortcode( 'bookdata', 'bookdata' );
$intro = __( 'Abbiamo parlato di:', 'book-template' );
$book = '<p><strong>'.$intro.'</strong>:<br/><em>'.$title.'</em><br/>'.$author;
$book = '<p><strong>'.$intro.'</strong><br/><em>'.$title.'</em><br/>'.$author;
if ( $translator <> null )
{$translator = __( 'Traduzione di ', 'book-template' ).$translator;