diff --git src/wp-admin/includes/ajax-actions.php src/wp-admin/includes/ajax-actions.php
index 091cc5f..754b869 100644
|
|
|
|
| 11 | 11 | // |
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | | * Ajax handler for the (experimental) Heartbeat API in |
| | 14 | * Ajax handler for the Heartbeat API in |
| 15 | 15 | * the no-privilege context. |
| 16 | 16 | * |
| 17 | 17 | * Runs when the user is not logged in. |
| … |
… |
function wp_ajax_send_link_to_editor() { |
| 2353 | 2353 | } |
| 2354 | 2354 | |
| 2355 | 2355 | /** |
| 2356 | | * Ajax handler for the (experimental) Heartbeat API. |
| | 2356 | * Ajax handler for the Heartbeat API. |
| 2357 | 2357 | * |
| 2358 | 2358 | * Runs when the user is logged in. |
| 2359 | 2359 | * |