Make WordPress Core

Ticket #42259: default-constants.php.diff

File default-constants.php.diff, 246 bytes (added by mt8.biz, 8 years ago)
  • default-constants.php

     
    1313 * @since 3.0.0
    1414 *
    1515 * @global int $blog_id
     16 * @global string $wp_version
    1617 */
    1718function wp_initial_constants() {
    1819        global $blog_id;