Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2136 closed defect (bug) (fixed)

Footer translation bug

Reported by: waclawjacek's profile 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)

2136.001.diff (753 bytes) - added by cnorris23 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @waclawjacek
14 years ago

  • Cc waclawjacek added

#2 @cnorris23
14 years ago

  • Component set to Core
  • Milestone set to 1.2.5

Use get_bloginfo() instead of bloginfo()

@cnorris23
14 years ago

#3 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3107]) Fixes #2136 props cnorris23

Note: See TracTickets for help on using tickets.