diff --git a/wp-includes/class-wp-rewrite.php b/wp-includes/class-wp-rewrite.php index 1a499faf11..c6896a6aaa 100644 --- a/wp-includes/class-wp-rewrite.php +++ b/wp-includes/class-wp-rewrite.php @@ -381,7 +381,7 @@ class WP_Rewrite { } /** - * Determins whether permalinks are being used and rewrite module is not enabled. + * Determines whether permalinks are being used and rewrite module is not enabled. * * Means that permalink links are enabled and index.php is in the URL. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 46de2dbcc9..91ed1b373f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34954'; +$wp_version = '4.4-alpha-34955'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.