Opened 16 years ago
Closed 16 years ago
#13309 closed defect (bug) (wontfix)
Twenty Ten don't translate the WordPress Url
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0 |
| Component: | Template | Keywords: | I18n, twentyten |
| Focuses: | Cc: |
Description
In Twenty Ten http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentyten/footer.php?rev=14523 the Wordpress Url is translated. For what reason?
<a href="<?php echo esc_url( __('http://wordpress.org/', 'twentyten') ); ?>"
Change History (1)
Note: See
TracTickets for help on using
tickets.
It is so it can be localized. For example, http://es.wordpress.org. Nikolay added it in [14523], though I thought it was already there myself.