Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r6632 r6682  
    370370
    371371        if ( '' != $limit ) {
    372                 $limit = abs(intval($limit));
     372                $limit = absint($limit);
    373373                $limit = ' LIMIT '.$limit;
    374374        }
Note: See TracChangeset for help on using the changeset viewer.