Correct an incorrect PHPDoc s/@see/@link/ introduced in r23254. See #22900
git-svn-id: http://core.svn.wordpress.org/trunk@23256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
50da2d8a9f
commit
52c97f6b1a
|
@ -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