Changeset 6582 for sites/trunk/wp15.wordpress.net
- Timestamp:
- 02/09/2018 07:43:32 PM (8 years ago)
- Location:
- sites/trunk/wp15.wordpress.net
- Files:
-
- 4 added
- 6 edited
-
. (modified) (1 prop)
-
.gitignore (modified) (1 diff)
-
TODO.md (added)
-
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/.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 # 2 6 3 7 local-config.php 8 public_html/content/upgrade 9 public_html/content/uploads 10 public_html/content/themes/twentyfifteen 11 public_html/wordpress -
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.