Ticket #23690: 23690.diff

File 23690.diff, 433 bytes (added by scribu, 3 months ago)
  • includes/bootstrap.php

    diff --git includes/bootstrap.php includes/bootstrap.php
    index 7ebe627..e917496 100644
    if ( $multisite ) { 
    5757} 
    5858unset( $multisite ); 
    5959 
    60 require dirname( __FILE__ ) . '/functions.php'; 
     60require_once dirname( __FILE__ ) . '/functions.php'; 
    6161 
    6262// Preset WordPress options defined in bootstrap file. 
    6363// Used to activate themes, plugins, as well as  other settings.