From 6e405b18313434890d40562b5340285329d81051 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Thu, 3 Jan 2013 08:05:48 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index fb1d70feee..17bd70ace1 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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 *