mirror of
https://github.com/ulaulaman/book-template.git
synced 2024-12-22 21:48:26 +01:00
Corretto errore di battitura
This commit is contained in:
parent
3e91c935d8
commit
61820bfe7d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user