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: thenlich Owned by: 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 (1)

6093.txt (889 bytes) - added by MtDewVirus 5 years ago.

Download all attachments as: .zip

Change History (4)

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

  • Keywords has-patch added
  • Milestone changed from 2.6 to 2.5
  • Priority changed from normal to low
  • Severity changed from normal to minor
  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.