Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#31402 closed defect (bug) (fixed)

about.php typo

Reported by: webmaster808's profile webmaster808 Owned by: sergeybiryukov's profile 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)

31402.patch (400 bytes) - added by tyxla 10 years ago.
Fixing a wrong closing tag in wp-admin/about.php

Download all attachments as: .zip

Change History (8)

#1 @kraftbj
10 years ago

  • Severity changed from normal to trivial

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/

#2 @tyxla
10 years ago

I believe it should be a closing <h2> than an opening <h3>, as the rest of the similar titles are <h2> and not <h3>.

@tyxla
10 years ago

Fixing a wrong closing tag in wp-admin/about.php

#3 @kraftbj
10 years ago

  • Keywords has-patch added

#4 @DrewAPicture
10 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 4.2

#5 @SergeyBiryukov
10 years ago

Introduced in [30857].

#6 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 31503:

Use correct closing tag for "Under the Hood" header on About screen.

props tyxla.
fixes #31402.

#7 @SergeyBiryukov
10 years ago

  • Component changed from Administration to Help/About
Note: See TracTickets for help on using tickets.