#5347 closed enhancement (fixed)
Move export_wp() to an include file
Reported by: | tellyworth | Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
This is a simple refactoring job that makes it possible to call export_wp() for unit testing. The function now lives in an include file, and it no longer calls die() at the end.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
How about passing author_id to export_wp() instead of it relying on _GET?