Changeset 10157 for trunk/wp-admin/import/opml.php
- Timestamp:
- 12/09/2008 09:50:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/opml.php
r9968 r10157 16 16 class OPML_Import { 17 17 18 function dispatch() { 18 function dispatch() { 19 19 $step = $_POST['step']; 20 20 if (!$step) $step = 0;
Note: See TracChangeset
for help on using the changeset viewer.