Changeset 56192 for trunk/src/wp-includes/ms-default-constants.php
- Timestamp:
- 07/10/2023 10:46:22 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-constants.php
r53699 r56192 29 29 } 30 30 31 // Note, the main site in a post-MU network uses wp-content/uploads. 32 // This is handled in wp_upload_dir() by ignoring UPLOADS for this case. 31 /* 32 * Note, the main site in a post-MU network uses wp-content/uploads. 33 * This is handled in wp_upload_dir() by ignoring UPLOADS for this case. 34 */ 33 35 if ( ! defined( 'UPLOADS' ) ) { 34 36 $site_id = get_current_blog_id();
Note: See TracChangeset
for help on using the changeset viewer.