Changeset 6582 for sites/trunk/wp15.wordpress.net/public_html
- Timestamp:
- 02/09/2018 07:43:32 PM (8 years ago)
- Location:
- sites/trunk/wp15.wordpress.net
- Files:
-
- 3 added
- 5 edited
-
. (modified) (1 prop)
-
public_html (modified) (1 prop)
-
public_html/content (modified) (1 prop)
-
public_html/content/plugins (added)
-
public_html/content/plugins/index.php (added)
-
public_html/content/themes (modified) (1 prop)
-
public_html/index.php (added)
-
public_html/wp-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net
-
Property
svn:ignore
set to
local-config.php
-
Property
svn:ignore
set to
-
sites/trunk/wp15.wordpress.net/public_html
-
Property
svn:ignore
set to
.htaccess
wordpress
-
Property
svn:ignore
set to
-
sites/trunk/wp15.wordpress.net/public_html/content
-
Property
svn:ignore
set to
upgrade
uploads
-
Property
svn:ignore
set to
-
sites/trunk/wp15.wordpress.net/public_html/content/themes
-
Property
svn:ignore
set to
twentyfifteen
-
Property
svn:ignore
set to
-
sites/trunk/wp15.wordpress.net/public_html/wp-config.php
r6579 r6582 14 14 define( 'WP_CONTENT_URL', WP_HOME . '/content' ); 15 15 define( 'WP_SITEURL', WP_HOME . '/wordpress' ); 16 define( 'WP_CONTENT_DIR', __DIR__ . ' public_html/content');16 define( 'WP_CONTENT_DIR', __DIR__ . '/content' ); 17 17 //define( 'WPCACHEHOME', WP_CONTENT_DIR . '/plugins/wp-super-cache/' ); 18 18 //define( 'WP_CACHE', true );
Note: See TracChangeset
for help on using the changeset viewer.