Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #23221, comment 18


Ignore:
Timestamp:
01/29/2014 05:55:47 PM (12 years ago)
Author:
Denis-de-Bernardy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23221, comment 18

    v2 v3  
    55
    66{{{
     7define('WP_CONTENT_DIR', __DIR__ . '/content');
     8define('WP_CONTENT_URL', 'http://www.example.com/content');
     9
    710define('WP_ALLOW_MULTISITE',    true);
    811