Opened 15 years ago
Closed 14 years ago
#2136 closed defect (bug) (fixed)
Footer translation bug
Reported by: | waclawjacek | Owned by: | |
---|---|---|---|
Milestone: | 1.2.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | i18n |
Cc: | waclawjacek |
Description
There's a bug in the footer translation handler. A translation like the one below produces the following:
%sSerwis "" jest dumnie wspierany przez WordPressa i BuddyPressa
#: bp-themes/bp-default/footer.php:7 #, php-format msgid "%s is proudly powered by <a href=\"http://wordpress.org\">WordPress</a> and <a href=\"http://buddypress.org\">BuddyPress</a>" msgstr "Serwis \"%s\" jest dumnie wspierany przez <a href=\"http://mu.wordpress.org\">WordPressa</a> i <a href=\"http://buddypress.org\">BuddyPressa</a>"
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Use get_bloginfo() instead of bloginfo()