Changeset 14313 for trunk/wp-includes/ms-load.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r14199 r14313 69 69 } else { 70 70 header( 'HTTP/1.1 410 Gone' ); 71 wp_die( /*WP_I18N_ARCHIVED*/'This bloghas been archived or suspended.'/*/WP_I18N_ARCHIVED*/ );71 wp_die( /*WP_I18N_ARCHIVED*/'This site has been archived or suspended.'/*/WP_I18N_ARCHIVED*/ ); 72 72 } 73 73 } … … 182 182 // @todo Update or remove WPMU codex link. 183 183 if ( 1 == count( $sites ) ) 184 wp_die( sprintf( /*WP_I18N_BLOG_DOESNT_EXIST*/'That blogdoes not exist. Please try <a href="%s">%s</a>.'/*/WP_I18N_BLOG_DOESNT_EXIST*/, $sites[0]->domain . $sites[0]->path ) );184 wp_die( sprintf( /*WP_I18N_BLOG_DOESNT_EXIST*/'That site does not exist. Please try <a href="%s">%s</a>.'/*/WP_I18N_BLOG_DOESNT_EXIST*/, $sites[0]->domain . $sites[0]->path ) ); 185 185 else 186 186 wp_die( /*WP_I18N_NO_SITE_DEFINED*/'No site defined on this host. If you are the owner of this site, please check <a href="http://codex.wordpress.org/Debugging_WPMU">Debugging WPMU</a> for help.'/*/WP_I18N_NO_SITE_DEFINED*/ );
Note: See TracChangeset
for help on using the changeset viewer.