Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/general-template.php: language_attributes() | Displays the language attributes for the ‘html’ tag. |
wp-includes/general-template.php: wp_admin_css() | Enqueues or directly prints a stylesheet link to the specified CSS file. |
wp-includes/l10n.php: is_rtl() | Determines whether the current locale is right-to-left (RTL). |