#13296 closed enhancement (duplicate)
Plugin queue to match scripts and styles
Reported by: | johnjamesjacoby | Owned by: | westi |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Plugins | Keywords: | has-patch |
Focuses: | Cc: |
Description
An issue arises with BuddyPress, where it's impossible to easily control plugin dependency from within BuddyPress.
If plugins had a way to tell WordPress which other plugins they depend on being active, this would help tremendously.
Most of this patch is code taken straight out of existing functions.wp-scripts.php and class.wp-scripts.php.
This patch doesn't integrate directly into the WP plugin architecture yet. The plugin code has remained mostly untouched for a while and I didn't want to be the guy that broke it (yet) :)
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Duplicate of #11308?