Changeset 47219 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r47122 r47219 116 116 } 117 117 118 if ( $blog->archived == '1' || $blog->spam == '1') {118 if ( '1' == $blog->archived || '1' == $blog->spam ) { 119 119 if ( file_exists( WP_CONTENT_DIR . '/blog-suspended.php' ) ) { 120 120 return WP_CONTENT_DIR . '/blog-suspended.php';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)