Opened 9 years ago
Closed 9 years ago
#3293 closed enhancement (invalid)
Missing text domain in string
| Reported by: | jankimoradiya | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Support Forums | Keywords: | |
| Cc: |
Description
wporg_support_add_moderation_notice function missing __ for text domain.
Attachments (2)
Change History (4)
#2
@
9 years ago
- Component Developer Hub → Support Forums
- Resolution → invalid
- Status new → closed
Hi @jankimoradiya, welcome to WordPress Meta Trac!
There's no need for the <div class="bbp-template-notice %s"><p>%s</p></div> string to be translatable, as it does not contain any text. Each individual notice is translatable though and does have the wporg-forums text domain.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Here, I have added in string of wporg_support_add_moderation_notice function.