Make WordPress Core

Changeset 43030


Ignore:
Timestamp:
04/29/2018 11:04:28 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Login and Registration: Send nocache_headers() on Multisite signup pages.

Props herregroen.
Fixes #43843.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r42761 r43030  
    77
    88require( dirname( __FILE__ ) . '/wp-blog-header.php' );
     9
     10nocache_headers();
    911
    1012if ( is_array( get_site_option( 'illegal_names' ) ) && isset( $_GET['new'] ) && in_array( $_GET['new'], get_site_option( 'illegal_names' ) ) ) {
Note: See TracChangeset for help on using the changeset viewer.