From 18804349bb89fcd20d90ccc5761e496b322dd7e1 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 24 Jan 2012 23:54:24 +0000 Subject: [PATCH] Remove copy-pasted comment from upload_is_user_over_quota()'s phpdoc. It came from recurse_dirsize(). see #19879. git-svn-id: http://svn.automattic.com/wordpress/trunk@19747 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 23045be22..15a3158db 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1459,9 +1459,6 @@ function recurse_dirsize( $directory ) { /** * Check whether a blog has used its allotted upload space. * - * Used by get_dirsize() to get a directory's size when it contains - * other directories. - * * @since MU * @uses get_dirsize() *