Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32889 closed defect (bug) (fixed)

Undefined property notice in Plugins Install screen

Reported by: obenland's profile obenland Owned by: boonebgorges's profile boonebgorges
Milestone: 4.3 Priority: normal
Severity: normal Version: 4.3
Component: Taxonomy Keywords: has-patch
Focuses: template Cc:

Description

[32996] introduced notices in plugin-install.php:

Notice: Undefined property: stdClass::$slug in /src/wp-includes/category-template.php on line 830.

Tags are prepared here.

Attachments (1)

32889.patch (710 bytes) - added by tyxla 11 years ago.
Add the missing slug to the tags array that is passed to wp_generate_tag_cloud() in plugins install page - install_dashboard()

Download all attachments as: .zip

Change History (5)

#1 @obenland
11 years ago

  • Owner set to boonebgorges
  • Status changed from new to assigned

#2 @johnbendi
11 years ago

I'm getting the same issue with master from github.

@tyxla
11 years ago

Add the missing slug to the tags array that is passed to wp_generate_tag_cloud() in plugins install page - install_dashboard()

#3 @tyxla
11 years ago

  • Keywords has-patch added; needs-patch removed

#4 @wonderboymusic
11 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 33114:

In install_dashboard() (plugin-install, FWIW), make sure slug is populated and degrease the unfortunate whitespace that was present.

Props tyxla.
Fixes #32889.

Note: See TracTickets for help on using tickets.