Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#5790 closed defect (bug) (fixed)

Missing text domain on Helphub search result page

Reported by: audrasjb's profile audrasjb Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: HelpHub (wordpress.org/documentation) Keywords: has-patch
Cc:

Description

Example: https://fr.wordpress.org/support/?s=block&tab=docs

In wporg-support/search.php, there's a missing text-domain:

<h1>
    <?php printf( __( 'Search Results for %s' ), esc_html( get_query_var( 's' ) ) ); ?>
</h1>

Attachments (1)

5790.diff (686 bytes) - added by audrasjb 3 years ago.

Download all attachments as: .zip

Change History (3)

@audrasjb
3 years ago

#1 @audrasjb
3 years ago

  • Keywords has-patch added; needs-patch removed

#2 @coffee2code
3 years ago

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

In 11066:

Support: Add missing textdomain.

Props audrasjb.
Fixes #5790.

Note: See TracTickets for help on using tickets.