Opened 16 months ago
Closed 16 months ago
#60245 closed defect (bug) (fixed)
textdomain is missing in inc/block-patterns.php in Twenty Sixteen & Twenty Seventeen Theme
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
textdomain is missing in inc/block-patterns.php in Twenty Sixteen & Twenty Seventeen Theme
EX:
1.Twenty Sixteen: Line 57 in inc/block-patterns.php
<h1 style="font-size:55px">' . esc_html__( 'Twenty Sixteen' ) . '</h1>
2. Twenty Seventeen: Line 134 in inc/block-patterns.php
<a href="#">' . __( 'See Case Study' ) . ' →</a></p>
Attachments (3)
Change History (12)
#2
@
16 months ago
- Milestone changed from Awaiting Review to 6.5
- Severity changed from trivial to normal
- Version set to 5.6
Thanks for the report and patch!
The commits that introduced these block patterns were [49583] for Twenty Sixteen and [49584] for Twenty Seventeen.
I also found one more string missing the textdomain in Twenty Twenty-Four's 'hidden-portfolio-hero' pattern (PR 437 / [56716]).
#3
@
16 months ago
Updated Patch as per mentioned in above comment
I have added missing textdomain in /inc/block-patterns.php in Twenty Sixteen & Twenty Seventeen Theme & /patterns/hidden-portfolio-hero.php in twenty twenty four
#6
@
16 months ago
- Owner set to audrasjb
- Resolution set to fixed
- Status changed from new to closed
In 57281:
Patch added