diff --git a/wp-admin/includes/update.php b/wp-admin/includes/update.php index 2e63afca7a..ef4128da8b 100644 --- a/wp-admin/includes/update.php +++ b/wp-admin/includes/update.php @@ -92,6 +92,9 @@ function core_update_footer( $msg = '' ) { if ( ! isset( $cur->url ) ) $cur->url = ''; + if ( ! isset( $cur->response ) ) + $cur->response = ''; + switch ( $cur->response ) { case 'development' : return sprintf( __( 'You are using a development version (%1$s). Cool! Please stay updated.' ), $GLOBALS['wp_version'], 'update-core.php');