Changeset 47122 for trunk/src/wp-includes/ms-default-constants.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-constants.php
r42343 r47122 24 24 } 25 25 26 // Base uploads dir relative to ABSPATH 26 // Base uploads dir relative to ABSPATH. 27 27 if ( ! defined( 'UPLOADBLOGSDIR' ) ) { 28 28 define( 'UPLOADBLOGSDIR', 'wp-content/blogs.dir' ); … … 36 36 define( 'UPLOADS', UPLOADBLOGSDIR . '/' . $site_id . '/files/' ); 37 37 38 // Uploads dir relative to ABSPATH 38 // Uploads dir relative to ABSPATH. 39 39 if ( 'wp-content/blogs.dir' == UPLOADBLOGSDIR && ! defined( 'BLOGUPLOADDIR' ) ) { 40 40 define( 'BLOGUPLOADDIR', WP_CONTENT_DIR . '/blogs.dir/' . $site_id . '/files/' );
Note: See TracChangeset
for help on using the changeset viewer.