'learn_more' => 'To get started, learn more',
To get started, <a href="#">learn more</a>
'learn_more' => 'To get started, learn more about %s',
printf(__('product.learn_more'), $product_name);
'learn_more' => 'To get started, learn more about :product',
echo __('product.learn_more'), array('product' => $product_name));
It looks like you're new here. If you want to get involved, click one of these buttons!