Changeset 14437
- Timestamp:
- 05/04/2010 08:41:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r14420 r14437 394 394 * Determines if there is any upload space left in the current blog's quota. 395 395 * 396 * @since 3.0.0 396 397 * @return bool True if space is available, false otherwise. 397 398 */ … … 406 407 } 407 408 409 /* 410 * @since 3.0.0 411 */ 408 412 function upload_size_limit_filter( $size ) { 409 413 return min( $size, get_upload_space_available() );
Note: See TracChangeset
for help on using the changeset viewer.