Uses
| Uses | Description | 
|---|---|
| wp-admin/includes/post.php: wp_autosave() | Save a post submitted with XHR | 
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/functions.php: date_i18n() | Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds. | 
| wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |