Make WordPress Core


Ignore:
Timestamp:
12/08/2015 09:55:48 PM (9 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/install.php

    r35508 r35837  
    7070    <meta name="viewport" content="width=device-width" />
    7171    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     72    <meta name="robots" content="noindex,nofollow" />
    7273    <title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
    7374    <?php
Note: See TracChangeset for help on using the changeset viewer.