Uses
| Uses | Description |
|---|---|
| wp-admin/includes/template.php: _list_meta_row() | Outputs a single row of public meta data in the Custom Fields meta box. |
| wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/l10n.php: _ex() | Display translated string with gettext context. |
| wp-includes/l10n.php: _e() | Display translated text. |