Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/functions.php: size_format() | Convert number of bytes largest unit bytes will fit into. |
wp-includes/ms-functions.php: is_upload_space_available() | Determines if there is any upload space left in the current blog’s quota. |
wp-includes/ms-functions.php: get_space_allowed() | Returns the upload quota for the current blog. |