bigspring / monolith

A starter theme for WordPress built with Twitter Bootstrap
MIT License
9 stars 1 forks source link

Review string translations #388

Open dmseaton opened 8 years ago

dmseaton commented 8 years ago

Various string translations involving anchors in Monolith are being pieced together in an difficult to manage way.

Instead of using segments of __(), try the sprintf method:

sprintf( __('Here is a <a href="%s"> link', 'monolith'), $url )