Make WordPress Core


Ignore:
Timestamp:
10/08/2015 12:16:07 AM (9 years ago)
Author:
dd32
Message:

Revert [34922] pending PHP 5.2 compatibility.
See #28633

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/compat.php

    r34922 r34924  
    333333    }
    334334}
    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.