Changeset 60171
- Timestamp:
- 04/16/2025 10:21:02 PM (4 weeks ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/ms-files.php
r59967 r60171 21 21 ms_file_constants(); 22 22 23 if ( ! is_super_admin() && ( '1' === $current_blog->archived || '1' === $current_blog->spam || '1' === $current_blog->deleted )) {23 if ( '1' === $current_blog->archived || '1' === $current_blog->spam || '1' === $current_blog->deleted ) { 24 24 status_header( 404 ); 25 25 die( '404 — File not found.' );
Note: See TracChangeset
for help on using the changeset viewer.