Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7284 closed defect (bug) (fixed)

Some strings are not translatable

Reported by: slaffik's profile slaFFik Owned by: mercime's profile mercime
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Cc:

Description

Currently found only 1 in new 2.7 template dir-search-form.php.

<?php echo esc_html( 'Search', 'buddypress' ); ?>

Will check other templates/code and will create a patch.

Attachments (1)

7284.patch (1.4 KB) - added by slaFFik 8 years ago.

Download all attachments as: .zip

Change History (5)

#1 @slaFFik
8 years ago

  • Keywords needs-patch added

@slaFFik
8 years ago

#2 @slaFFik
8 years ago

  • Keywords has-patch added; needs-patch removed

This ticket was mentioned in Slack in #buddypress by slaffik. View the logs.


8 years ago

#4 @mercime
8 years ago

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

In 11189:

Correct escaping for translatable string.

Props slaFFik.
Fixes #7284.

Note: See TracTickets for help on using tickets.