Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17327 closed defect (bug) (fixed)

Plugins page pagination links disabled for Must-use plugins / Incorrect path displayed in must-use help text

Reported by: dd32's profile dd32 Owned by: dd32's profile dd32
Milestone: 3.1.3 Priority: normal
Severity: normal Version: 3.1
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

2 issues:

  • When you have more Mustuse/dropins enabled than "Plugins per page" the Pagination links are not shown, allowing you to only see page1.
    • Original idea seems to be that pagination would be disabled on these pages, I feel that we should respect the pagination settings here..
  • The help text on the must use page references wp-content/mu-plugins directly without taking into account WPMU_PLUGIN_DIR's value

These both would apply to 3.1 as well, except the string change wouldn't be worth it for 3.1

Chances are small that someone would set their plugins per page to less than the number of MU plugins they've got loaded however.

Change History (4)

#1 @dd32
14 years ago

In [17806]:

  • Allow Pagination for Must-Use/Dropin plugins
  • Respect WP_CONTENT_DIR & WPMU_PLUGIN_DIR for help text
  • Move help text into WP_Plugins_List_Table

See #17327

#2 @dd32
14 years ago

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

In [17807]:

  • Allow Pagination for Must-Use/Dropin plugins
  • Move help text into WP_Plugins_List_Table

Fixes #17327 for 3.1

#3 @dd32
14 years ago

  • Milestone changed from 3.2 to 3.1.3

#4 @dd32
14 years ago

This came up on a live MU install, It was set to 10 plugins per page, and 15 MU plugins were in use.
leading to confusion as apparantly a plugin wasn't activated, yet was still running (as it wasn't showing up in any admin page as being there)

Note: See TracTickets for help on using tickets.