diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 4a71f33087..71129bbea3 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -275,7 +275,7 @@ All at ###SITENAME### * * The following strings have a special meaning and will get replaced dynamically: * ###USERNAME### The current user's username. - * ###ADMIN_URL### The link to click on to confirm the email change. Required otherwise this functunalty is will break. + * ###ADMIN_URL### The link to click on to confirm the email change. * ###EMAIL### The new email. * ###SITENAME### The name of the site. * ###SITEURL### The URL to the site. @@ -355,10 +355,10 @@ All at ###SITENAME### * * The following strings have a special meaning and will get replaced dynamically: * ###USERNAME### The current user's username. - * ###ADMIN_URL### The link to click on to confirm the email change. Required otherwise this functunalty is will break. - * ###EMAIL### The new email. - * ###SITENAME### The name of the site. - * ###SITEURL### The URL to the site. + * ###ADMIN_URL### The link to click on to confirm the email change. + * ###EMAIL### The new email. + * ###SITENAME### The name of the site. + * ###SITEURL### The URL to the site. * * @since MU * diff --git a/wp-includes/version.php b/wp-includes/version.php index 63d9b12a24..26efbe6b6c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31403'; +$wp_version = '4.2-alpha-31404'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.