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:
Dion Hulse 2013-01-03 08:05:48 +00:00
parent 80bc158edd
commit 6e405b1831
1 changed files with 2 additions and 2 deletions

View File

@ -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
*