Ticket #6093 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

English description string of WXR format does not mention tags.

Reported by: thenlich Assigned to: anonymous
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

6093.txt (0.9 kB) - added by MtDewVirus on 03/05/08 21:19:14.

Change History

03/05/08 21:19:14 changed by MtDewVirus

  • attachment 6093.txt added.

03/05/08 21:19:55 changed by MtDewVirus

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

03/05/08 22:15:19 changed by lloydbudd

  • keywords set to has-patch.
  • priority changed from normal to low.
  • severity changed from normal to minor.
  • milestone changed from 2.6 to 2.5.

03/09/08 22:14:49 changed by westi

  • status changed from new to closed.
  • resolution set to fixed.

(In [7191]) Better description for WXR. Fixes #6093 props thenlich and MtDewVirus?.