From c8b1c822ce8d64f5376e8e81482828503793749b Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@19747 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 23045be226..15a3158dbc 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() *