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