Make WordPress Core

Changeset 1232 in tests


Ignore:
Timestamp:
03/04/2013 06:17:25 PM (12 years ago)
Author:
scribu
Message:

Use require_once to load includes/functions.php

fixes #23690

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/bootstrap.php

    r1165 r1232  
    5858unset( $multisite );
    5959
    60 require dirname( __FILE__ ) . '/functions.php';
     60require_once dirname( __FILE__ ) . '/functions.php';
    6161
    6262// Preset WordPress options defined in bootstrap file.
Note: See TracChangeset for help on using the changeset viewer.