mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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'.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user