From 0b13fdf2fcff20dd915b3ee083fd3bad0cbedf2f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Oct 2015 21:00:26 +0000 Subject: [PATCH] Docs: Fix typo in [34944]. See #34218. Built from https://develop.svn.wordpress.org/trunk@34955 git-svn-id: http://core.svn.wordpress.org/trunk@34920 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-rewrite.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.