Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32834 closed defect (bug) (fixed)

Site Icon: File name doesn't match nomenclature pattern

Reported by: kraftbj Owned by: obenland
Priority: normal Milestone: 4.3
Component: Administration Version: 4.3
Severity: trivial Keywords: has-patch
Cc: Focuses:

Description

src/wp-admin/includes/site-icon.php is for the WP_Site_Icon class. The rest of the /wp-admin/includes/ that are classes are named class-[class-name].php.

Attachments (1)

32834.patch (550 bytes ) - added by kraftbj 11 years ago.
along with a svn cp site-icon.php class-wp-site-icon.php

Download all attachments as: .zip

Change History (4)

@kraftbj
11 years ago

along with a svn cp site-icon.php class-wp-site-icon.php

#1 @kraftbj
11 years ago

  • Keywords has-patch added
  • Severity normaltrivial

See #16434 (main ticket)

Last edited 11 years ago by kraftbj (previous) (diff)

#2 @obenland
11 years ago

  • Milestone Awaiting Review4.3
  • Owner set to obenland
  • Status newaccepted

#3 @obenland
11 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 33001:

Use existing nomenclature pattern for Site Icon class.

Props kraftbj.
Fixes #32834.

Note: See TracTickets for help on using tickets.