diff --git a/wp-includes/ms-deprecated.php b/wp-includes/ms-deprecated.php index 69c3af6bc2..ffd65ca821 100644 --- a/wp-includes/ms-deprecated.php +++ b/wp-includes/ms-deprecated.php @@ -342,19 +342,4 @@ function get_blogaddress_by_domain( $domain, $path ) { } } return esc_url_raw( $url ); -} - -/** - * Supply a subject for a site invitation email. Added via filter in MU. - * Never used after the WPMU merge. - * - * @since MU - * @deprecated 4.1.0 - * - * @return string - */ -function admin_created_user_subject() { - _deprecated_function( __FUNCTION__, '4.1' ); - - return sprintf( __( '[%s] Your site invite' ), get_bloginfo( 'name' ) ); } \ No newline at end of file diff --git a/wp-includes/version.php b/wp-includes/version.php index cb3aca1aa2..b50329ea11 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30175'; +$wp_version = '4.1-alpha-30176'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.