Forums

Translation in functions - quick tip needed (2 posts)

  1. c-bass
    Member
    Posted 2 years ago #

    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.

  2. c-bass
    Member
    Posted 2 years ago #

    solution:
    <?php edit_post_link( __( 'Bearbeiten' ) ); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic