Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: _ex() | Display translated string with gettext context. |
wp-includes/l10n.php: esc_attr_e() | Display translated text that has been escaped for safe use in an attribute. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/general-template.php: selected() | Outputs the HTML selected attribute. |