Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: size_format() | Convert number of bytes largest unit bytes will fit into. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |
wp-includes/ms-functions.php: get_space_allowed() | Returns the upload quota for the current blog. |
wp-includes/ms-functions.php: get_space_used() | Returns the space used by the current site. |