Ticket #551 (closed defect: fixed)
s/Wordpress/WordPress/
Reported by: | reppep | Owned by: | xave |
---|---|---|---|
Priority: | lowest | Milestone: | 2.1.6 |
Component: | module:import/export | Version: | 2.1 |
Severity: | trivial | Keywords: | typo |
Cc: |
Description
Incorrect capitalization on admin/plugin.php?p=importExport -- you should probably check all strings.
Attachments
Change History
Changed 17 years ago by reppep
-
attachment
class.dc.import.wp.php
added
comment:1 Changed 16 years ago by xave
- Keywords typo added
- Owner changed from olivier to xave
- Status changed from new to assigned
- Milestone changed from 2.2 to 2.1.6
comment:2 Changed 16 years ago by xave
- Status changed from assigned to closed
- Resolution set to fixed
(In [2785]) Corrected "WordPress?" case in the importExport plugin. Closes #551.
Note: See
TracTickets for help on using
tickets.
plugins/importExport/inc/class.dc.import.wp.php with s/Wordpress/WordPress/g & a couple other fixes.