#63345 closed defect (bug) (fixed)
Twenty Twenty-Five: Remove echo from esc_html_e() in banner-cover-big-heading.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | coding-standards | Cc: |
Description
In the patterns/banner-cover-big-heading.php file, I noticed that esc_html_e() is being used with echo, which is redundant since esc_html_e() already echoes the output.
Change History (4)
This ticket was mentioned in PR #8738 on WordPress/wordpress-develop by @dilipbheda.
10 months ago
#1
#2
@
10 months ago
- Milestone changed from Awaiting Review to 6.9
- Summary changed from [Twenty Twenty-Five]: Remove echo from esc_html_e() in banner-cover-big-heading.php to Twenty Twenty-Five: Remove echo from esc_html_e() in banner-cover-big-heading.php
Note: See
TracTickets for help on using
tickets.
In 60192: