hey,
just a quick tip
i am translating my themes with
<?php _e('GERMAN TEXT'); ?>
But how do i do this within a function like?
<?php comments_rss_link('GERMAN TEXT'); ?>
Thank you very much.
hey,
just a quick tip
i am translating my themes with
<?php _e('GERMAN TEXT'); ?>
But how do i do this within a function like?
<?php comments_rss_link('GERMAN TEXT'); ?>
Thank you very much.
solution:
<?php edit_post_link( __( 'Bearbeiten' ) ); ?>
This topic has been closed to new replies.