Making WordPress.org

Changeset 6582


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:
4 added
6 edited

Legend:

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

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

    r6579 r6582  
    1 # This should mirror svn:ignore. It's just a convenience for those using Git.
     1# This should mirror the aggregated `svn:ignore` properties. It's just a convenience for those using Git.
     2#
     3# Core, plugins, and themes are auto-updated by Core (including major versions), rather than SVN checkouts
     4# of trunk (which isn't guaranteed to be stable), or specific tags (which are a hassle to keep updated).
     5#
    26
    37local-config.php
     8public_html/content/upgrade
     9public_html/content/uploads
     10public_html/content/themes/twentyfifteen
     11public_html/wordpress
  • sites/trunk/wp15.wordpress.net/public_html

    • Property svn:ignore set to
      .htaccess
      wordpress
  • sites/trunk/wp15.wordpress.net/public_html/content

    • Property svn:ignore set to
      upgrade
      uploads
  • sites/trunk/wp15.wordpress.net/public_html/content/themes

    • Property svn:ignore set to
      twentyfifteen
  • 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.