Ticket #5347 (closed enhancement: fixed)
Move export_wp() to an include file
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| 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
Change History
How about passing author_id to export_wp() instead of it relying on _GET?
tellyworth — 4 years ago
-
attachment
export-refactor-r6324-a.patch
added
pass author as a function parameter
- Status changed from new to closed
- Resolution set to fixed
comment:3
darkdragon — 4 years ago
- Milestone changed from 2.5 to 2.4
Shouldn't this be moved to 2.4, since it is trunk and this was fixed on the trunk?
Note: See
TracTickets for help on using
tickets.
