#31402 closed defect (bug) (fixed)
about.php typo
Reported by: | webmaster808 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | trivial | Version: | 4.1 |
Component: | Help/About | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
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/