Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 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 Owned by:
Priority: normal Milestone: 2.7
Component: Plugins Version: 2.7
Severity: normal Keywords:
Cc: Focuses:

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 18 years ago.

Download all attachments as: .zip

Change History (4)

@sivel
18 years ago

#1 @sivel
18 years ago

From trunk revision 9361

#2 @westi
18 years ago

  • Resolutionfixed
  • Status newclosed

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

#3 @westi
18 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.