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