Make WordPress Core


Ignore:
Timestamp:
12/08/2015 09:55:48 PM (10 years ago)
Author:
ocean90
Message:

Install/Upgrade: Keep indexing bots away until a site is ready to be seen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r35557 r35837  
    9595    <meta name="viewport" content="width=device-width" />
    9696    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     97    <meta name="robots" content="noindex,nofollow" />
    9798    <title><?php _e( 'WordPress &rsaquo; Setup Configuration File' ); ?></title>
    9899    <?php wp_admin_css( 'install', true ); ?>
Note: See TracChangeset for help on using the changeset viewer.