Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27680, comment 2


Ignore:
Timestamp:
04/05/2014 04:05:45 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27680, comment 2

    initial v1  
    44
    55and the wordpress index.php reads in the folder:
     6{{{
    67<?php
    78/**
     
    2122/** Loads the WordPress Environment and Template */
    2223require( dirname( __FILE__ ) . '/wp-blog-header.php' );
    23 
     24}}}
    2425As this problem persists across various websites I've had, I know it's a wordpress problem.
    2526