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
This commit is contained in:
Andrew Nacin 2012-01-24 23:54:24 +00:00
parent 2876772da7
commit c8b1c822ce
1 changed files with 0 additions and 3 deletions

View File

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