Changeset 36102
- Timestamp:
- 12/26/2015 11:06:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r35980 r36102 2192 2192 try { 2193 2193 $_max = ( 0 != $max ) ? $max : $max_random_number; 2194 // wp_rand() can accept argu ements in either order, PHP cannot.2194 // wp_rand() can accept arguments in either order, PHP cannot. 2195 2195 $_max = max( $min, $_max ); 2196 2196 $_min = min( $min, $_max );
Note: See TracChangeset
for help on using the changeset viewer.