#31402 closed defect (bug) (fixed)
about.php typo
| Reported by: | webmaster808 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Help/About | Version: | 4.1 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
This typo appeared in version 4.1. Still exists in trunk. Not really a biggie, but the IDE is complaining so I thought I would report it.
The problem is on line 129 of wp-admin/about.php <h2><?php _e( 'Under the Hood' ); ?></h3>
Looks like it is supposed to be an opening h3, not h2.
Tom
Attachments (1)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sure enough. Do you want to submit a patch up for it? The contributor guide has tips/instructions/etc for how to create a patch at https://make.wordpress.org/core/handbook/working-with-patches/patches-with-command-line/