Changeset 35600 for trunk/src/wp-includes/random_compat/random.php
- Timestamp:
- 11/10/2015 11:59:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/random_compat/random.php
r35587 r35600 111 111 PHP_VERSION_ID >= 50300 112 112 ) || 113 // Windows with PHP >= 5. 3.4114 PHP_VERSION_ID >= 50401 // Modification from upstream, see #34409113 // Windows with PHP >= 5.4.1 114 PHP_VERSION_ID >= 50401 115 115 ) 116 116 ) {
Note: See TracChangeset
for help on using the changeset viewer.