• Dobrin Daniel

    (@dobrin-daniel)


    Bună ziua folosesc tema Sorbet și vreu să traduc o partea din comentarii unde scrie „Your comment is awaiting moderation.” . Știți cum pot modifica?

Vizualizare 1 răspuns (din 1 în total)
  • voala

    (@voala)

    In functions.php al temei active vei gasi ceva de genu:

    <?php if ( $comment->comment_approved == '0' ) : ?>
    <em class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.', 'twentyten' ); ?></em>
    <br />
    <?php endif; ?>

    Modifica Your comment is awaiting moderation. cu ce vrei tu

Vizualizare 1 răspuns (din 1 în total)
  • Subiectul „Traducere” este închis pentru răspunsuri noi.