Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 15 years ago

#150 closed defect (bug) (fixed)

Extra / in wp-blog-header.php

Reported by: 2fargon's profile 2fargon Owned by: matt's profile matt
Milestone: Priority: normal
Severity: trivial Version:
Component: General Keywords:
Focuses: Cc:

Description

wp-blog-header.php line 6 says

require_once(dirname(FILE).'/' . '/wp-config.php');

that should be

require_once(dirname(FILE).'/' . 'wp-config.php');
or
require_once(dirname(FILE). '/wp-config.php');

There is one extra '/'

Change History (3)

#2 @matt
21 years ago

  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 20
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.