I <strong>
etiketleri bir kelime sarmak istiyorum. O t()
çağrısı bu hakkı yapmak için, ya da ben bunu başka bir şekilde yapmam gerekiyor doğru mudur?
$help = '<p>' . t("Does this sample data look right for node type %node_type? If not, use your browser's <strong>back</strong> button to fix it on the previous page.", array('%node_type' => $_SESSION[NODE_TYPE_KEY])) . '</p>';
Ayrıca, ne sadece bu gibi doğrudan t()
içine değişkenleri düştü?
foreach ($term_info['term_fields'] as $vocab) {
$options[$vocab] = t($vocab); // TODO: incorrect use of t()?
}