Hallo,
in der Datei k2-loop.php des K2-Themes habe ich
PHP
<?php the_content( sprintf( __('Continue reading \'%s\'', 'k2_domain'), the_title('', '', false) ) ); ?>
durch
ersetzt.
In der Datei image.php des K2-Themes habe ich
PHP
<?php if ( !empty($post->post_content) ) the_content(sprintf(__('Continue reading \'%s\'', 'k2_domain'), the_title('', '', false))); ?>
durch
ersetzt.
In der Datei de_DE.po taucht eigenartigerweise msgid "Continue reading '%s'" nur für die Datei image.php auf, nicht aber für die Datei k2-loop.php.
msgid "Continue reading '%s'" habe ich durch msgid "Continue reading" ersetzt. Übersetzt ist das natürlich auch. Trotzdem erscheint Continue reading.
Woran liegt's?
Liebe Grüße
Hugo