Changeset 6682 for trunk/wp-admin/import/jkw.php
- Timestamp:
- 01/29/2008 06:48:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/jkw.php
r6430 r6682 34 34 $step = 0; 35 35 else 36 $step = abs (intval($_GET['step']));36 $step = absint($_GET['step']); 37 37 38 38 // load the header
Note: See TracChangeset
for help on using the changeset viewer.