Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7974 closed defect (bug) (fixed)

Actions from drop downs on wp-admin/plugin.php have invalid or missing actions for inactive plugins

Reported by: sivel's profile sivel Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version: 2.7
Component: Plugins Keywords:
Focuses: Cc:

Description

On the installed plugins page Recently Active Plugins contain the following actions:

  • Activate
  • Deactivate
  • Delete

In this context Deactivate is invalid.

For Inactive Plugins you have the following options:

  • Activate
  • Deactivate

In this context Deactivate is invalid and Delete is missing.

See the patch for fix.

Attachments (1)

7974.diff (1.2 KB) - added by sivel 16 years ago.

Download all attachments as: .zip

Change History (4)

@sivel
16 years ago

#1 @sivel
16 years ago

From trunk revision 9361

#2 @westi
16 years ago

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

(In [9362]) Correct the actions dropdowns for the different contexts. Fixes #7974 props sivel.

#3 @westi
16 years ago

Thanks for that.

I knew I would get one of them wrong when writing that yesterday :-(

Note: See TracTickets for help on using tickets.