Opened 13 years ago
Closed 13 years ago
#25574 closed enhancement (fixed)
Pass export filters to the `export_wp` action
| Reported by: | nickdaugherty | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Export | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Currently, the export_wp action in wp-admin/export.php isn't passed the export args, making it difficult to take action based on the user selected options.
Better to pass the $args to the action.
Attachments (2)
Change History (6)
#1
@
13 years ago
- Keywords commit added
- Milestone Awaiting Review → 3.8
This seems like a no-brainer to me.
#2
follow-up:
↓ 3
@
13 years ago
That action call looks like it's in wp-admin/includes/export.php in trunk, not wp-admin/export.php
#3
in reply to: ↑ 2
@
13 years ago
Replying to leewillis77:
That action call looks like it's in wp-admin/includes/export.php in trunk, not wp-admin/export.php
Ah looks like you're right - I've attached an updated patch.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patches wp-admin.export.php to pass the export args to the export_wp action