From ba4a508daf2c66b2ad2d0cf77fcecdc6a8b886c2 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 8 Dec 2015 21:56:27 +0000 Subject: [PATCH] Install/Upgrade: Keep indexing bots away until a site is ready to be seen. Built from https://develop.svn.wordpress.org/trunk@35837 git-svn-id: http://core.svn.wordpress.org/trunk@35801 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 1 + wp-admin/maint/repair.php | 1 + wp-admin/setup-config.php | 1 + wp-admin/upgrade.php | 1 + wp-includes/version.php | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index 3e857e9752..0e30ec0c91 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -69,6 +69,7 @@ function display_header( $body_classes = '' ) { + <?php _e( 'WordPress › Installation' ); ?> + <?php _e( 'WordPress › Database Repair' ); ?> + <?php _e( 'WordPress › Setup Configuration File' ); ?> diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index 0f63086c1a..03940b01f5 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -60,6 +60,7 @@ else + <?php _e( 'WordPress › Update' ); ?>