Opened 11 years ago
Closed 11 years ago
#34598 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-admin/includes/network.php)
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
See the attached patch.
Attachments (2)
Change History (9)
#4
@
11 years ago
- Resolution fixed
- Status closed → reopened
One more fix - moving extra code out of the strings.
See the attached patch.
#5
follow-up:
↓ 6
@
11 years ago
/* That’s all, stop editing! Happy blogging. */
This line can be translated in localized wp-config-sample.php files (we translate it in Russian package), so I think we should leave it as is (or at least move it to a separate string, though it's not used anywhere else).
#6
in reply to: ↑ 5
@
11 years ago
Replying to SergeyBiryukov:
/* That’s all, stop editing! Happy blogging. */
This line can be translated in localized
wp-config-sample.phpfiles (we translate it in Russian package), so I think we should leave it as is (or at least move it to a separate string, though it's not used anywhere else).
Didn't know you can translate the wp-config-sample.php file. If this is the case, let's skip this fix and leave the string as it is.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 35552: