Parsed: 110837
<?php /** * Multisite administration functions. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /* function check_upload_size() – Determine if uploaded file exceeds space quota. */ /* function wpmu_delete_blog() – Delete a site. */ /* function wpmu_delete_user() – Delete a user from the network and remove from all sites. */ /* function upload_is_user_over_quota() – Check whether a site has used its allotted upload space. */ /* function display_space_usage() – Displays the amount of disk space used by the current site. Not used in core. */ /* function fix_import_form_size() – Get the remaining upload space for this site. */ /* function upload_space_setting() – Displays the site upload space quota setting form on the Edit Site Settings screen. */ /* function refresh_user_details() – Cleans the user cache for a specific user. */ /* function format_code_lang() – Returns the language for a language code. */ /* function _access_denied_splash() – Displays an access denied message when a user tries to view a site’s dashboard they do not have access to. */ /* function check_import_new_users() – Checks if the current user has permissions to import new users. */ // See "import_allow_fetch_attachments" and "import_attachment_size_limit" filters too. /* function mu_dropdown_languages() – Generates and displays a drop-down of available languages. */ /* function site_admin_notice() – Displays an admin notice to upgrade all sites after a core upgrade. */ /* function avoid_blog_page_permalink_collision() – Avoids a collision between a site slug and a permalink slug. */ /* function choose_primary_blog() – Handles the display of choosing a user’s primary site. */ /* function can_edit_network() – Whether or not we can edit this network from this page. */ /* function _thickbox_path_admin_subfolder() – Thickbox image paths for Network Admin. */ /* function confirm_delete_users() – */ /* function network_settings_add_js() – Print JavaScript in the header on the Network Settings screen. */ /* function network_edit_site_nav() – Outputs the HTML for a network’s "Edit Site" tabular interface. */ /* function get_site_screen_help_tab_args() – Returns the arguments for the help tab on the Edit Site screens. */ /* function get_site_screen_help_sidebar_content() – Returns the content for the help sidebar on the Edit Site screens. */