From a891bc6c9280d781f2733d9b4048417de283c57a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 Oct 2017 22:51:46 +0000 Subject: [PATCH] Docs: Fix typo in `path_is_absolute()` description. Props octalmage, birgire. Fixes #42317. Built from https://develop.svn.wordpress.org/trunk@41983 git-svn-id: http://core.svn.wordpress.org/trunk@41817 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 56a444b0f2..de0042ff32 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1646,7 +1646,7 @@ function wp_mkdir_p( $target ) { } /** - * Test if a give filesystem path is absolute. + * Test if a given filesystem path is absolute. * * For example, '/foo/bar', or 'c:\windows'. * diff --git a/wp-includes/version.php b/wp-includes/version.php index ce2481ba63..2d07097075 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41982'; +$wp_version = '4.9-beta3-41983'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.