[wp-meta] [Making WordPress.org] #4795: Give make.wordpress.org/events/ a nicer template
Making WordPress.org
noreply at wordpress.org
Sun Nov 3 16:54:48 UTC 2019
#4795: Give make.wordpress.org/events/ a nicer template
--------------------------------------+----------------------
Reporter: jonoaldersonwp | Owner: (none)
Type: defect | Status: closed
Priority: lowest | Milestone:
Component: Make (Get Involved) / P2 | Resolution: invalid
Keywords: seo analytics |
--------------------------------------+----------------------
Changes (by Otto42):
* status: new => closed
* resolution: => invalid
Comment:
Yes, this is a straight multisite thing in core. See wp-includes\ms-
load.php.
{{{
if ( '1' == $blog->deleted ) {
if ( file_exists( WP_CONTENT_DIR . '/blog-deleted.php' ) )
{
return WP_CONTENT_DIR . '/blog-deleted.php';
} else {
wp_die( __( 'This site is no longer available.' ),
'', array( 'response' => 410 ) );
}
}
}}}
A core trac ticket would be appropriate if change to this is desirable.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4795#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list