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/btt.php

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