Uses
Uses | Description |
---|---|
wp-admin/includes/class-language-pack-upgrader-skin.php: update_translations_complete_actions | Filters the list of action links available following a translations update. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/link-template.php: self_admin_url() | Retrieves the URL to the admin area for either the current site or the network depending on context. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |