Uses
Uses | Description |
---|---|
wp-admin/includes/update.php: get_preferred_from_update_core() | Selects the first update version from the update_core option. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: esc_attr__() | Retrieve the translation of $text and escapes it for safe use in an attribute. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: sanitize_title() | Sanitizes a string into a slug, which can be used in URLs or HTML attributes. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |