mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Remove extra spaces from @param tags.
Per the documentation standards, `@param` tags should be aligned with each other, but not with the `@return` tag. See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2577,8 +2577,8 @@ function is_upload_space_available() {
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param int $size Upload size limit in bytes.
|
||||
* @return int Upload size limit in bytes.
|
||||
* @param int $size Upload size limit in bytes.
|
||||
* @return int Upload size limit in bytes.
|
||||
*/
|
||||
function upload_size_limit_filter( $size ) {
|
||||
$fileupload_maxk = KB_IN_BYTES * get_site_option( 'fileupload_maxk', 1500 );
|
||||
|
||||
Reference in New Issue
Block a user