Making WordPress.org


Ignore:
Timestamp:
02/09/2018 07:43:32 PM (8 years ago)
Author:
iandunn
Message:

WP15: Tweak some installation settings.

Location:
sites/trunk/wp15.wordpress.net
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net

    • Property svn:ignore set to
      local-config.php
  • sites/trunk/wp15.wordpress.net/public_html

    • Property svn:ignore set to
      .htaccess
      wordpress
  • sites/trunk/wp15.wordpress.net/public_html/wp-config.php

    r6579 r6582  
    1414define( 'WP_CONTENT_URL', WP_HOME . '/content'                        );
    1515define( 'WP_SITEURL',     WP_HOME . '/wordpress'                      );
    16 define( 'WP_CONTENT_DIR', __DIR__ . 'public_html/content'             );
     16define( 'WP_CONTENT_DIR', __DIR__ . '/content'                        );
    1717//define( 'WPCACHEHOME',    WP_CONTENT_DIR . '/plugins/wp-super-cache/' );
    1818//define( 'WP_CACHE',       true                                        );
Note: See TracChangeset for help on using the changeset viewer.