Docs: Fix typo in `path_is_absolute()` description.
Props octalmage, birgire. Fixes #42317. git-svn-id: https://develop.svn.wordpress.org/trunk@41983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d5e4547ef9
commit
0e87ef42d0
|
@ -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'.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue