Make WordPress Core


Ignore:
Timestamp:
01/29/2008 06:48:38 PM (17 years ago)
Author:
westi
Message:

Switch from abs(intval()) to absint(). See #4762.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/jkw.php

    r6430 r6682  
    3434            $step = 0;
    3535        else
    36             $step = abs(intval($_GET['step']));
     36            $step = absint($_GET['step']);
    3737
    3838        // load the header
Note: See TracChangeset for help on using the changeset viewer.