Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #31067, comment 11


Ignore:
Timestamp:
01/21/2015 12:44:56 PM (10 years ago)
Author:
ChriCo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31067, comment 11

    v1 v2  
    2222       
    2323        if ( (bool) $args[ 'inclusive' ] ) {
    24                 if ( $args[ 'min' ] > $value || $value > $args[ 'max' ] ) ) {
     24                if ( $args[ 'min' ] > $value || $value > $args[ 'max' ] ) {
    2525                        return false;
    2626                }