Changeset 34981 for trunk/src/wp-includes/compat.php
- Timestamp:
- 10/09/2015 04:27:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r34924 r34981 333 333 } 334 334 } 335 336 // random_int was introduced in PHP 7.0 337 if ( ! function_exists( 'random_int' ) ) { 338 require ABSPATH . WPINC . '/random_compat/random.php'; 339 }
Note: See TracChangeset
for help on using the changeset viewer.