Correct an incorrect PHPDoc s/@see/@link/ introduced in r23254. See #22900
git-svn-id: https://develop.svn.wordpress.org/trunk@23256 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
80bc158edd
commit
6e405b1831
@ -1447,8 +1447,8 @@ function wp_is_writable( $path ) {
|
||||
* checking the ability to open files rather than relying
|
||||
* upon PHP to interprate the OS ACL.
|
||||
*
|
||||
* @see http://bugs.php.net/bug.php?id=27609
|
||||
* @see http://bugs.php.net/bug.php?id=30931
|
||||
* @link http://bugs.php.net/bug.php?id=27609
|
||||
* @link http://bugs.php.net/bug.php?id=30931
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user