Make WordPress Core

Changeset 35838

Timestamp:
12/08/2015 10:01:10 PM (9 years ago)
Author:
ocean90
Message:

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

Merge of [35837] to the 4.4 branch.

Location:
branches/4.4
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/4.4

  • branches/4.4/src/wp-admin/install.php

    r35508 r35838  
    7070    <meta name="viewport" content="width=device-width" />
    7171    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     72
    7273    <title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
    7374    <?php
  • branches/4.4/src/wp-admin/maint/repair.php

    r35519 r35838  
    1717    <meta name="viewport" content="width=device-width" />
    1818    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     19
    1920    <title><?php _e( 'WordPress &rsaquo; Database Repair' ); ?></title>
    2021    <?php
  • branches/4.4/src/wp-admin/setup-config.php

    r35557 r35838  
    9595    <meta name="viewport" content="width=device-width" />
    9696    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     97
    9798    <title><?php _e( 'WordPress &rsaquo; Setup Configuration File' ); ?></title>
    9899    <?php wp_admin_css( 'install', true ); ?>
  • branches/4.4/src/wp-admin/upgrade.php

    r35508 r35838  
    6161    <meta name="viewport" content="width=device-width" />
    6262    <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
     63
    6364    <title><?php _e( 'WordPress &rsaquo; Update' ); ?></title>
    6465    <?php
Note: See TracChangeset for help on using the changeset viewer.