Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#27989 closed defect (bug) (wontfix)

theme-install.php?upload should be theme-install.php?tab=upload

Reported by: iseulde's profile iseulde Owned by:
Milestone: Priority: normal
Severity: trivial Version: 3.9
Component: Themes Keywords: has-patch
Focuses: administration Cc:

Description

Very, very minor, but if you previously linked to the upload tab, it won't show up any more. Probably same for other tabs. Feel free to close if this is too trivial.

Attachments (1)

27989.diff (914 bytes) - added by obenland 11 years ago.

Download all attachments as: .zip

Change History (5)

#1 @iseulde
11 years ago

  • Severity changed from normal to trivial

#2 @obenland
11 years ago

Accessing theme-install.php?tab=upload gives me an error message and a undefined variable notice.

Error message:

An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration.
If you continue to have problems, please try the support forums.

PHP notice:

Undefined variable: paged in /src/wp-admin/theme-install.php on line 192

$paged was removed in r15491.

@obenland
11 years ago

#3 @obenland
11 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to Future Release

Attached patch is probably not the most elegant solution, matias should probably review that.

#4 @iseulde
10 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

A bit late to fix this now.

Note: See TracTickets for help on using tickets.