Make WordPress Core

Changeset 10540


Ignore:
Timestamp:
02/10/2009 09:17:44 PM (16 years ago)
Author:
azaozz
Message:

Documentation correction: absint(), props mdawaffe, fixes #9079

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r10533 r10540  
    26592659
    26602660/**
    2661  * Converts value to positive integer.
     2661 * Converts value to nonnegative integer.
    26622662 *
    26632663 * @since 2.5.0
    26642664 *
    2665  * @param mixed $maybeint Data you wish to have convered to an absolute integer
    2666  * @return int An absolute integer
     2665 * @param mixed $maybeint Data you wish to have convered to an nonnegative integer
     2666 * @return int An nonnegative integer
    26672667 */
    26682668function absint( $maybeint ) {
Note: See TracChangeset for help on using the changeset viewer.