Opened 5 years ago
Closed 5 years ago
#6093 closed defect (bug) (fixed)
English description string of WXR format does not mention tags.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.5 |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
in wp-admin/export.php:18
<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p>
the description should also include tags, i.e. something like
<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, categories, and tags.'); ?></p>
Attachments (1)
Change History (4)
MtDewVirus — 5 years ago
comment:1
MtDewVirus — 5 years ago
- Keywords has-patch added
- Milestone changed from 2.6 to 2.5
- Priority changed from normal to low
- Severity changed from normal to minor
Note: See
TracTickets for help on using
tickets.

Export also includes pages, which I added to the patch as well.