Opened 3 years ago
Closed 3 years ago
#5790 closed defect (bug) (fixed)
Missing text domain on Helphub search result page
Reported by: | audrasjb | Owned by: | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 11066: