mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1195,7 +1195,7 @@ function heartbeat_autosave( $response, $data ) {
|
||||
'message' => __( 'Error while saving.' ),
|
||||
);
|
||||
} else {
|
||||
/* translators: Draft saved date format, see https://secure.php.net/date */
|
||||
/* translators: Draft saved date format, see https://www.php.net/date */
|
||||
$draft_saved_date_format = __( 'g:i:s a' );
|
||||
$response['wp_autosave'] = array(
|
||||
'success' => true,
|
||||
|
||||
Reference in New Issue
Block a user